@lang('sale.sell_details') (@lang('sale.invoice_no'): {{ $sell->invoice_no }})

@lang('messages.date'): {{ @format_date($sell->transaction_date) }}

{{ __('sale.invoice_no') }}: #{{ $sell->invoice_no }}
@if(in_array('tables' ,$enabled_modules)) @lang('restaurant.table'): {{$sell->table->name ?? ''}}
@endif @if(in_array('service_staff' ,$enabled_modules)) @lang('restaurant.service_staff'): {{$sell->service_staff->user_full_name ?? ''}}
@endif @if(in_array('types_of_service' ,$enabled_modules)) @php $custom_labels = json_decode(session('business.custom_labels'), true); @endphp @if(!empty($sell->types_of_service)) @lang('lang_v1.types_of_service'): {{$sell->types_of_service->name}}
@endif @if(!empty($sell->types_of_service->enable_custom_fields)) {{ $custom_labels['types_of_service']['custom_field_1'] ?? __('lang_v1.service_custom_field_1' )}}: {{$sell->service_custom_field_1}}
{{ $custom_labels['types_of_service']['custom_field_2'] ?? __('lang_v1.service_custom_field_2' )}}: {{$sell->service_custom_field_2}}
{{ $custom_labels['types_of_service']['custom_field_3'] ?? __('lang_v1.service_custom_field_3' )}}: {{$sell->service_custom_field_3}}
{{ $custom_labels['types_of_service']['custom_field_4'] ?? __('lang_v1.service_custom_field_4' )}}: {{$sell->service_custom_field_4}} @endif @endif

{{ __('sale.products') }}:

@include('sale_pos.partials.kot_line_details')
{{ __( 'sale.sell_note')}}:

@if($sell->additional_notes) {{ $sell->additional_notes }} @else -- @endif

{{ __( 'sale.staff_note')}}:

@if($sell->staff_note) {{ $sell->staff_note }} @else -- @endif

@lang("messages.print")