@extends('Manager.layout') @section('title',"Category Admins") @section('page-name',$category." Admins") @section('page-detail',"All Requested Points Information") @section('body')
| Admin Name | Employee ID | Join Date | Status | Action |
|---|---|---|---|---|
|
@if (!empty($employee->image))
{{$employee->name}} |
{{$employee->employee_id}} | {{ $employee->created_at->format('m-d-y') }} | @if($employee->status === '2') Active @elseif($employee->status === '1') Inactive @else Pending @endif |