@php
$subtype = '';
@endphp
@if(!empty($transaction_sub_type))
@php
$subtype = '?sub_type='.$transaction_sub_type;
@endphp
@endif
@if(!empty($transactions))
@foreach ($transactions as $transaction)
{{ $loop->iteration}}.
|
{{ $transaction->invoice_no }} ({{optional($transaction->contact)->name}})
@if(!empty($transaction->table))
- {{$transaction->table->name}}
@endif
|
{{ $transaction->final_total }}
|
|
@endforeach
@else
@lang('sale.no_recent_transactions')
@endif