@extends('layouts.app')
@section('title', 'Employees · UniformFlow')
@section('page-heading', 'Employees')
@section('content')
Keep each employee and their issued items in one place.Employee uniform records.
| Employee | Department | Status | Open issues | |
|---|---|---|---|---|
| {{ $employee->name }}{{ $employee->employee_no }} | {{ $employee->department }}{{ $employee->designation }} | {{ ucfirst($employee->status) }} | {{ $employee->outstanding_items_count }} | View record → |
| No employees found. | ||||