@extends('provider.layout.app') @section('content')
Payment Statements Upcoming

Upcoming Tips

@foreach($fully as $each) @endforeach
Pickup Time Vehicle 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
@endsection @section('scripts') @endsection