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

@if (!empty($row)) @foreach ($row as $i) @endforeach @endif
{{ __('table.sequence') }} {{ __('table.order') }} {{ __('table.status') }} {{ __('table.price') }} {{ __('table.date') }}
{{ $loop->iteration }} {{ $i['no'] ?? '' }} {{ $i['status'] ?? '' }} {{ number_format($i['total'] ?? 0, 2) }} {{ $i['date'] ?? '' }}