{{ __('Customer Details') }}
{{ $errors->first('user_name') }}
@endif{{ $errors->first('email') }}
@endif{{ $errors->first('phone') }}
@endif{{ $errors->first('address_line_1') }}
@endif{{ $errors->first('address_line_2') }}
@endif{{ $errors->first('postal_code') }}
@endif{{ $errors->first('city') }}
@endif{{ $errors->first('state') }}
@endif{{ $errors->first('country') }}
@endif{{ $errors->first('company_name') }}
@endif{{ __('Parcel Details') }}
{{ $errors->first('height') }}
@endif{{ $errors->first('length') }}
@endif{{ $errors->first('width') }}
@endif{{ $errors->first('price') }}
@endif{{ $errors->first('order_type') }}
@endif{{ $errors->first('express_image') }}
@endif{{ $errors->first('vehicle_type') }}
@endif{{ $errors->first('pickup_date') }}
@endif{{ $errors->first('pickup_time') }}
@endif{{ $errors->first('remarks') }}
@endif