@if(session('loaderror'))
{!! session('loaderror') !!}
@endif
@error('loadnumber')
Load Number is required.
@enderror
@error('price')
Invoice Amount is required and number.
@enderror
@error('status')
Load Status is required.
@enderror
@error('pickupdate')
Load Pick up date is required.
@enderror
@error('deliverydate')
Load Delivery date is required.
@enderror
@error('weight')
Weight field must be numeric.
@enderror
@error('length')
Length field must be numeric.
@enderror
@error('rate')
Rate field must be numeric.
@enderror
@error('price')
Invoice Amount field must be numeric.
@enderror
@error('balance')
Balance field must be numeric.
@enderror
@error('distance')
Mileage field must be numeric.
@enderror
@error('deadhead')
Empty miles field must be numeric.
@enderror
@error('driver_id')
Driver is required.
@enderror
@error('files.*')
Follow instruction of allowed files type.
@enderror
@if(session('fileserror'))
{{ session('fileserror') }}
@endif
@if(session('companyload'))
Select Company which you take a load.
@endif
@endsection
@section('script')
@endsection