@extends('admin.layouts.app') @section('title', get_setting('site_name').' | NOC Certificate') @section('content') @include('admin.certificate.partials.styles')

{{ __('NOC Certificate') }}

{{ __('Generate a no-objection certificate for employee travel.') }}

{{ __('Generate Certificate') }}
@if($certificate_show == 1 && $employee)

{{ __('No Objection Certificate') }}

{{ __('Ref') }}: {{ date('M-Y') }}/NOC-{{ $employee->user?->name }}
{{ __('Date') }}: {{ date('d-m-Y') }}

{{ __('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.') }}

{{ __('Authorized Signatory') }}
{{ get_setting('site_name') }}
@endif
@endsection