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

{{ __('strings.my_payments') }} {{__('strings.add_new')}}


@foreach (Auth::user()->payments as $payment) @php $item = json_decode($payment->JSON_DATA); @endphp @endforeach
{{__('strings.payment_type')}} {{__('strings.payment_alias')}} {{__('strings.description')}}
{{$item->alias}} {{$item->description}}
@endsection @push('scripts') @endpush