@include('./util/header')
{{ $error }}
@endforeach{{ session('success') }}
| Order # | Date | Group | Total | Payment Status | Action |
|---|---|---|---|---|---|
| #{{ $order->orderID }} | {{ $order->dateAdded }} | {{ $order->groupName }} | {{ $order->subTotal }} | Not paid | Info |
| Order # | Date | Group | Total | Payment Status | Action |
|---|---|---|---|---|---|
| #{{ $order->orderID }} | {{ $order->dateAdded }} | {{ $order->groupName }} | {{ $order->subTotal }} | Paid |
Info
Paid on {{ \Carbon\Carbon::parse($datePaid)->format('M d, Y') }}
|
| Order # | Date | Group | Total | Payment Status | Action |
|---|---|---|---|---|---|
| #{{ $order->orderID }} | {{ $order->dateAdded }} | {{ $order->groupName }} | {{ $order->subTotal }} | Cancelled |
Info
Cancelled on {{ \Carbon\Carbon::parse($dateCancelled)->format('M d, Y') }}
|