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


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

@include('shared.last_trips_table') @endsection @push('scripts') @endpush