@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('strings.scheduler_drivers_trip') }}

@include('shared.last_trips_table')
@include('shared.input_directions')

{{__('strings.calendar_legend')}}


{{__('strings.selec_paymebt')}}

@foreach (Auth::user()->payments as $payment) @php $item = json_decode($payment->JSON_DATA); @endphp @endforeach

@endsection @push('scripts') @endpush