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

@if($certificate_show==1)

Salary Certificate

This is to certify that {{$employee->user->name}} has been working in {{get_setting('site_name')}} since {{date('d-m-y',strtotime($employee->joing_date))}}. He is Active & permanent employee of this company under {{$employee->user->id}}. As per our service rule / term of employment, there is no fixed timing of retirement. At present he is serving our company as a {{!empty($employee->designation)?$employee->designation->name:''}}, department of {{!empty($employee->department)?$employee->department->name:''}}. His gross salary is below for the month {{date('F', mktime(0, 0, 0, request()->month, 1)) }} ,{{request()->year}}.


Salary Breakup Salary Amount Deduction Head Amount
Basic {{$salary->basic_salary}}
Housing {{$salary->house_rent}}
Conveyance Allowance {{$salary->conveyance}}
Medical Allowance {{$salary->medical}}
Others {{$salary->Others}}

In words: {{Inwords($salary->gross_salary)}}

Earnings: {{$salary->gross_salary}}
Deductions: {{$salary->provident_fund}}
Net Remuneration : {{$salary->gross_salary}}

We are issuing this letter on the specific request of our employee without accepting any liability on behalf of this letter or part of this letter on our company.

Thanks and Regards,





Signature & Stamp

Name:
Designation:
Date:{{date('d-m-y')}}
@endif @endsection