Employee
@forelse ($employees as $employee) @empty @endforelse
Employee Branch Department Salary Status Actions

{{ $employee->user?->name ?? $employee->employee_no }}

{{ $employee->designation }} - {{ $employee->phone }}

{{ $employee->branch->name }} {{ $employee->department }} {{ number_format($employee->salary, 2) }} {{ $employee->status }}
@csrf @method('DELETE')
No employees found.
{{ $employees->links() }}