@php $isFull = ($type ?? 'application') === 'full'; $appPrintUrl = $printUrls['application'] ?? '#'; $fullPrintUrl = $printUrls['full'] ?? '#'; @endphp
{{ __('Back') }} {{ __('Application copy') }} / আবেদনের কপি {{ __('Full file with noting') }} / নথিসহ
@if(get_setting('system_logo'))
@endif
{{ get_setting('site_name') ?: config('app.name') }}
E-Nothi / ই-নথি — {{ __('Staff Application') }}
@if(get_setting('contact_address'))
{{ get_setting('contact_address') }}
@endif
@include('admin.enothi.partials.application_print_body', ['file' => $file, 'type' => $type ?? 'application'])