@extends('admin.layouts.app') @section('title', get_setting('site_name').' | NOC Certificate') @section('content') @include('admin.certificate.partials.styles')
{{ __('Generate a no-objection certificate for employee travel.') }}
{{ __('This is to state that') }} {{ $employee->user?->name }} {{ __('bearing passport no.') }} {{ $Passport }} {{ __('has been serving at') }} {{ get_setting('site_name') }}, {{ get_setting('contact_address') }}. {{ __('Currently working as') }} {{ $employee->designation?->name ?? '—' }}. {{ __('Intends to travel to') }} {{ $country_name }} {{ __('for') }} {{ $travel_purpose }} {{ __('at') }} {{ $travel_location }}. {{ __('The office has no objection for travel abroad.') }}
{{ __('We wish all the best.') }}