Separation of employee master records from system login credentials.
| Employee | Designation | Department | Contact | Branch | Basic Salary | Portal Login | Actions |
|---|---|---|---|---|---|---|---|
| {{ $emp->full_name }} {{ $emp->employee_code }} | {{ $emp->designation }} | {{ $emp->department ?? 'General' }} | {{ $emp->phone }} {{ $emp->email }} | {{ $emp->branch->name ?? 'Main Store' }} | ₹{{ number_format($emp->basic_salary, 2) }} | @if($emp->user) Active User @else No Login @endif |
|
| No employee records found. | |||||||