@include('layouts.partials.event_dashboard_submenu')

@lang('dashboard.payment_history_list')

@foreach($user_registered_event['result']['invoice'] as $no1 => $invoice) @endforeach
# @lang('global.reference_number') @lang('global.currency') @lang('global.amount') @lang('global.status') @lang('global.date_time') @lang('global.action')
{{ ++$no1 }} {{ $invoice['reference'] }} {{ $invoice['currency_code'] }} {{ $invoice['amount'] }} {{ ucwords($invoice['invoice_status_name']) }} {{ date('d-M-Y H:i:s a', strtotime($invoice['created_at'])) }} @lang('global.view')