@extends('layouts.admin') @section('page-title') Admin | All Admin Users @endsection @section('page-content')
| Name | Status | Date Created | Action | |
|---|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | {{ ucfirst($user->status) }} | {{ Carbon\Carbon::parse($user->created_at)->format('F d, Y') }} | @if ($user->id == Auth::user()->id) @endif @if ($user->status == 'Active') @endif | No Data | @endforelse