{{--
--}}
{{--
@php--}}
{{-- $available = \Illuminate\Support\Facades\DB::table('bookings')--}}
{{-- ->where('schedule_id', $operator->scheduleId)--}}
{{-- ->select('bookings.*',--}}
{{-- \Illuminate\Support\Facades\DB::raw("count(bookings.status) AS available_seats"))--}}
{{-- ->where('bookings.status', 1)--}}
{{-- ->count();--}}
{{-- echo $available;--}}
{{-- @endphp
--}}
{{--
{{__('text.available_seat')}}--}}
{{--
--}}
{{__('text.date_trip')}}
: {{ $date }}
{{__('text.departure')}}
: @php
echo date("g:ia", strtotime($operator->departure));
@endphp
{{__('text.bus')}}: {{ $operator->bus_reg_no }} {{__('text.label')}}: {{ $operator->label }} via : {{ $operator->via }}