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

{{$route->route_name}}


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

@endsection @push('scripts') @endpush