{{ __('admin.dashboard.payment') }}

@if (!empty($row)) @foreach ($row as $i) @endforeach @endif
{{ __('table.order') }} {{ __('table.ref') }} {{ __('table.status') }} {{ __('table.date') }}
{{ $i['no'] ?? '' }} {{ $i['ref'] ?? '' }} {{ $i['status'] ?? '' }} {{ $i['date'] ?? '' }}