@lang('lang_v1.suspended_sales')

@php $c = 0; $subtype = ''; @endphp @if(!empty($transaction_sub_type)) @php $subtype = '?sub_type='.$transaction_sub_type; @endphp @endif @forelse($sales as $sale) @if($sale->is_suspend)
@if(!empty($sale->additional_notes))

{{$sale->additional_notes}}

@endif

{{$sale->invoice_no}}
{{@format_date($sale->transaction_date)}}
{{$sale->name}}

@lang('lang_v1.total_items'): {{count($sale->sell_lines)}}
@lang('sale.total'): {{$sale->final_total}}

@if($is_tables_enabled && !empty($sale->table->name)) @lang('restaurant.table'): {{$sale->table->name}} @endif @if($is_service_staff_enabled && !empty($sale->service_staff))
@lang('restaurant.service_staff'): {{$sale->service_staff->user_full_name}} @endif
@if(auth()->user()->can('sell.update') || auth()->user()->can('direct_sell.update')) @lang('sale.edit_sale') @endif @if(auth()->user()->can('sell.delete') || auth()->user()->can('direct_sell.delete')) @lang('messages.delete') @endif @if(!auth()->user()->can('sell.update') && auth()->user()->can('edit_pos_payment')) @lang('lang_v1.add_edit_payment') @endif
@php $c++; @endphp @endif @if($c%4==0)
@endif @empty

@lang('purchase.no_records_found')

@endforelse