@extends('layout') @section('content')
Check Route
@error('route_id') {{ $message }} @enderror
@error('product_id') {{ $message }} @enderror
@error('delivery_date') {{ $message }} @enderror
@csrf
@endsection @section('script') @endsection