Employee
Add New Employee
@php
$count = 1;
@endphp
| Sl | Employee Name | Date of Joining | Department | Designation | Mobile | Status | Action | |
|---|---|---|---|---|---|---|---|---|
| {{ $count++ }} | {{ $mas_employee->emp_name }} | {{ $mas_employee->date_of_joining }} | {{ $mas_employee->department }} | {{ $mas_employee->designation }} | {{ $mas_employee->mobile }} | {{ $mas_employee->email }} | {{ $mas_employee->statusname }} |
|