@extends('layouts.app') @section('title', 'Managers Accounts') @section('content')
Manage accounts for Managers
| Name | Role | Status | Created | Actions | |
|---|---|---|---|---|---|
| {{ $manager->name }} | {{ $manager->email }} | {{ $manager->role }} | @if($manager->is_active) Active @else Inactive @endif | {{ $manager->created_at?->format('d M Y') }} | |
| No managers found. | |||||