@csrf
@if ($item->receipt_template_id == 1 || empty($item->receipt_template_id)) @else @endif
@if ($item->receipt_template_id == 2) @else @endif
@if ($item->receipt_template_id == 3) @else @endif
@if ($item->receipt_template_id == 4) @else @endif
@if ($item->receipt_template_id == 5) @else @endif
@if ($item->receipt_template_id == 6) @else @endif
@if ($item->receipt_template_id == 7) @else @endif
@if ($item->receipt_template_id == 8) @else @endif
@if ($item->receipt_template_id == 9) @else @endif
@if ($item->receipt_template_id == 10) @else @endif
@if ($item->receipt_template_id == 11) @else @endif
{!! \App\Models\Common::template_image('receipt_template_12') !!}
@if ($item->receipt_template_id == 12) @else @endif
{!! \App\Models\Common::template_image('receipt_template_13') !!}
@if ($item->receipt_template_id == 13) @else @endif
@if ($item->receipt_template_id == 14) @else @endif




{{ __('lang.documentation_charges') }}


@php $doc_charges_receipt_template = CommonHelper::getBranchSettings($item->id, 'doc_charges_receipt_template_id'); @endphp
@csrf
@if ($doc_charges_receipt_template == 1 || empty($doc_charges_receipt_template)) @else @endif
{!! \App\Models\Common::template_image('doc_charges_receipt_template_2') !!}
@if ($doc_charges_receipt_template == 2) @else @endif
{!! \App\Models\Common::template_image('doc_charges_receipt_template_3') !!}
@if ($doc_charges_receipt_template == 3) @else @endif




{{ __('lang.general_templates_rv') }}


@php $general_rv_template = CommonHelper::getBranchSettings($item->id, 'general_rv_template_id'); @endphp
@csrf
@if ($general_rv_template == 1 || empty($general_rv_template)) @else @endif
@if ($general_rv_template == 2) @else @endif
@php $paper_size = CommonHelper::getBranchSettings($item->id, 'receipt_template_size'); @endphp

{{ __('lang.paper_size_setting_for_receipts') }}

@csrf
{{--
@csrf
--}}