@extends('admin.layouts') @section('title', 'Employee') @section('header') @endsection @section('content')
| S/N | Date | Branch | Designation | Name | Phone | Address | Action |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $employee->created_at->format('d-m-Y') }} | {{ $employee->branch }} | {{ $employee->designation }} | {{ $employee->name }} | {{ $employee->phone }} | {{ $employee->address }} |