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

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

{{csrf_field()}}
{{csrf_field()}}

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