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

@if($certificate_show==1)

Letter of Experience


Date: {{date('d-m-Y')}}

Subject/Reference

To,

{{$employee->user->name}}

{{!empty($employee->designation)?$employee->designation->name:''}}

Dear Mr./ Ms. {{$employee->user->name}},

This is to state that {{$employee->user->name}} has been employed at {{get_setting('site_name')}} from {{$employee->joing_date}} to {{date('Y-m-d')}} as a {{!empty($employee->designation)?$employee->designation->name:''}} with Field of work development as his area of expertise.

During his tenure with {{get_setting('site_name')}}, his conduct has been good and his performance has been up to the expectations of {{get_setting('site_name')}}.

{{$employee->user->name}} is a hard worker, is disciplined and has been a source of inspiration for his juniors and has helped the company in its endeavors. He has been an integral part of {{get_setting('site_name')}}’s growth story.

We wish you a bright and enterprising career ahead.


Best Regards

Cass Amino


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