@extends('provider.layout.app') @section('content')

Schedule Trips

@if( count( $fully ) > 0 ) @foreach($fully as $each) @endforeach @else @endif
Pickup Time Driver Type Pickup Address Status Action
{{date('Y D, M d - H:i A',strtotime($each->schedule_at))}} @if($each->service_type) {{$each->service_type->name}} @endif {{$each->s_address}} {{$each->status}} Cancel
No Trips Found
@endsection @section('scripts') @endsection