|
@if ($outstationFareSystem->vehicleType->exists())
{{ $outstationFareSystem->vehicleType->name }}
@else
{{ __('N/A') }}
@endif
|
@if ($outstationFareSystem->vehicle_type_id == 4)
{{ $outstationFareSystem->vehicle_capacity }}kgs
@else
@if($outstationFareSystem->vehicle_capacity == 3)
{{ $outstationFareSystem->vehicle_capacity }} Seater
@elseif($outstationFareSystem->vehicle_capacity == 4)
Mini
@elseif($outstationFareSystem->vehicle_capacity == 5)
Sedan
@elseif($outstationFareSystem->vehicle_capacity == 7)
XUV
@endif
@endif
|
{{ $outstationFareSystem->pickup_city }} |
{{ $outstationFareSystem->pincode }} |
{{ $outstationFareSystem->drop_city }} |
{{ $outstationFareSystem->drop_pincode }} |
{{ $outstationFareSystem->min_fare }} |
{{ $outstationFareSystem->fare }} |
{{ $outstationFareSystem->_80_150km }} |
{{ $outstationFareSystem->_150_250km }} |
{{ $outstationFareSystem->above_250km }} |
{{ $outstationFareSystem->extra_amount }} |
{{ $outstationFareSystem->waiting_charge }} |
Rs.{{ $outstationFareSystem->driver_bata }}
|
|
@empty
|
{{ __('No Results Found!') }}
|
@endforelse