@php $subtype = ''; @endphp @if(!empty($transaction_sub_type)) @php $subtype = '?sub_type='.$transaction_sub_type; @endphp @endif @if(!empty($transactions))
| # | @lang('sale.invoice_no') / @lang('contact.customer') | @if(!empty($transactions->first()->table))@lang('restaurant.table') | @endif@lang('sale.total') | @lang('messages.action') |
|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ e($transaction->invoice_no ?? 'N/A') }}
{{ e($transaction->contact?->name ?? __('lang_v1.walk_in_customer')) }}
|
@if(!empty($transactions->first()->table))
@if(!empty($transaction->table)) {{ e($transaction->table->name) }} @else - @endif | @endif{{ $transaction->final_total }} |
@if(auth()->user()->can('sell.update') || auth()->user()->can('direct_sell.update'))
@lang('messages.edit')
@endif
@if(!auth()->user()->can('sell.update') && auth()->user()->can('edit_pos_payment'))
@lang('lang_v1.payment')
@endif
@lang('messages.print')
@if(auth()->user()->can('sell.delete') || auth()->user()->can('direct_sell.delete'))
@lang('messages.delete')
@endif
|
@lang('sale.no_recent_transactions')