Alamat: {{ $order->address }}
Deskripsi Pesanan: {{ $order->description }}
Tanggal: {{ $order->created_at->format('d-m-Y, H:i:s') }}
@if ($order->status == 'Assigned')
No | Nama Penerima | Alamat | Deskripsi | Status | Tanggal Selesai |
---|---|---|---|---|---|
{{ $index + 1 }} | {{ $order->recipient_name }} | {{ $order->address }} | {{ $order->description}} | {{ $order->status }} | {{ $order->updated_at->format('d-m-Y, H:i:s') }} |