@php $subtype = ''; @endphp @if(!empty($transaction_sub_type)) @php $subtype = '?sub_type='.$transaction_sub_type; @endphp @endif @if(!empty($transactions))
@if(!empty($transactions->first()->table)) @endif @foreach ($transactions as $transaction) @if(!empty($transactions->first()->table)) @endif @endforeach
# @lang('sale.invoice_no') / @lang('contact.customer') @lang('restaurant.table') @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($transaction->table)) {{ e($transaction->table->name) }} @else - @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
@else

@lang('sale.no_recent_transactions')

@endif