My Pre Orders
| # |
Order date |
{{-- Order Type | --}}
Status |
View Invoice |
{{-- Cancel Invoice | --}}
@foreach ($invoices as $invoice)
| {{ ++$x }} |
{{ $invoice->date }} |
{{ $invoice->status }} |
|
@endforeach
{{-- @if(isset($invoices)) --}}
{{-- @endif --}}
{{--
a
--}}