@php $template_id = $sell->branch->letter_of_thanks_template_id ?? 1; @endphp @if(empty($template_id) || $template_id == 1) @include('admin.sell.pdf.letter_of_thanks.template_1') @elseif ($template_id == 2) @include('admin.sell.pdf.letter_of_thanks.template_2') @else @include('admin.sell.pdf.letter_of_thanks.template_1') @endif