@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'])