| Res ID | Office | Company | Passenger Name | Departure | Destination | Pickup Date | End Date | Resources | Status | Total | Action | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $trips->reservation_id }} | {{ App\Office::where('office_id', $trips->office)->value('office_name') }} | {{ App\Companies::where('companies_id', $trips->cid)->value('company_name') }} | {{ $trips->passenger_names }} | {{ $trips->pickup_street }} | {{ $trips->actual_street }} | {{ $trips->pick_up_date }} {{ $trips->pickup_time }} | {{ $trips->end_date }} {{ $trips->end_time }} | {{ $trips->vehicle_id }}
{{ App\Drivers::where("driver_id", $trips->driver)->value("name") }} |
@if($trips->job_status == '2')
completed | @else@endif | {{ $trips->total_cost + App\AdditionalServiceTrip::where('trip_id', $trips->id)->sum('total_cost') }} |
@if($monthendreview)