@extends('layouts/acc_layout') @section('title', '| Payroll Slip Report') @section('content') @include('successMsg')
|
Date: {{ date('d F') }}, {{ date('Y') }} |
|
To
|
|
Dear Sir/Madam, |
|
Subject: New Payroll Account Opening. |
|
We hereby request you to open salary account with your bank for the following staff. |
| Sl No. | Id No. | Name | Father's Name | Date Of Birth | Designation | Salary | Joining Date | Present Address |
|---|---|---|---|---|---|---|---|---|
| 01. | {{ $data['reportData']->emp_id }} | {{ $data['reportData']->name }} | {{ $data['reportData']->father_name }} | {{ $data['reportData']->date_of_birth }} | {{ $data['reportData']->designation }} | {{ $data['reportData']->salary }} | {{ $data['reportData']->joining_date }} | {{ $data['reportData']->present_address }} |
|
Your co-operation would be highly appreciated |
|
Best Regards |
|
{{-- @if($data['reportData']->accountsDepartmentHead->signature != null)
{{ $data['reportData']->accountsDepartmentHead->employee }}
|