@lang('fleet.user_report') {{date('F', mktime(0, 0, 0, $month_select, 10))}}-{{$year_select}}

@foreach($data as $row) @endforeach
@lang('fleet.book_by') @lang('fleet.pickup') @lang('fleet.dropoff') @lang('fleet.journey_status') @lang('fleet.amount')
{{$row->user->name}} @if($row->pickup != null) {{date('d/m/Y g:i A',strtotime($row->pickup))}} @endif @if($row->dropoff != null) {{date('d/m/Y g:i A',strtotime($row->dropoff))}} @endif @if($row->status == 1) @lang('fleet.completed') @else @lang('fleet.not_completed') @endif @if($row->status == 1) {{Hyvikk::get('currency')}} {{$row->getMeta('total')}} @endif