@extends('user.layout.base') @section('title', 'Upcoming Trips ') @section('content') @if(Session::has('flash_error'))
| @lang('user.booking_id') | @lang('user.schedule_date') | @lang('user.type') | @lang('user.payment') | Status | |
|---|---|---|---|---|---|
| {{$trip->booking_id}} | {{date('d-m-Y H:i:s',strtotime($trip->schedule_at))}} | {{$trip->service_name}} | @if($trip->corporate_id !=0) CORPORATE @else {{$trip->payment_mode}} @endif | @if($trip->provider_id !=0) {{ $trip->status }} @else Not yet Accepted @endif | |
@lang('user.from'){{$trip->s_address}} @lang('user.to'){{$trip->d_address}} Provider Details
@if($trip->provider_id !=0)
@if($trip->provider_id !=0)
{{$trip->provider_name}}@endif @if($trip->provider_id !=0) {{ $trip->status }} @else Driver Not yet Assigned. @endif |
|||||
No trips Available
@endif