@php use App\Models\Staff; @endphp @php @endphp @extends('admin.layouts.app') @section('title',get_setting('site_name').' NOC Certificate') @section('content')

@if($certificate_show==1)

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')}}. At Present working as {{!empty($employee->designation)?$employee->designation->name:''}} at our company. He intends to travel {{$country_name }} for {{$travel_purpose}} at {{$travel_location}} . The office has no objection for his tour in abroad.

We Wish him all the best.



(employee name)
Designation
{{get_setting('site_name')}}
@endif @endsection