@extends('admin.layouts') @section('title', 'Employee') @section('header') @endsection @section('content')
| S/N | Date | Branch | Designation | Name | Phone | Address | Action |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ \Carbon\Carbon::parse($employee->created_at)->format('d-M-Y') }} | {{ $employee->branch }} | {{ $employee->designation }} | {{ $employee->name }} | {{ $employee->phone }} | {{ $employee->address }} | Edit |
| No employees found. | |||||||