@php $setting = \App\Setting::find(1); @endphp Experience Letter - {{$setting->companyName}}

{{$setting->companyName}}

Address: {{$setting->address}}, {{$setting->city}} - {{$setting->pin}}

@if(!empty($setting->phone)) Mobile: {{$setting->phone}} @endif @if(!empty($setting->email))    Email: {{$setting->email}}

@endif

Date: {{date('d-m-Y')}}
Name: {{ substr($staff->user->name, 0, 40) }}, {{$staff->address}}, {{$staff->city}} {{$staff->state->name}}, {{$staff->pin}}
Branch: {{$staff->branch->name}}

Relieving Letter
Dear {{ substr($staff->user->name, 0, 40) }}

We are in receipt of your resignation dated {{date('d-m-Y')}}.
We have accepted your resignation and as per company policy you will be relieved with effect from {{date('d-m-Y')}}
We wish you all the best for your future endeavors.



Thanking you,

Authorized Signatory
{{$setting->companyName}}