@extends('backend.representative.layouts.representative-app') @section('title', 'Managers') @section('content')
| # | Name | Store | Status | Created | |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $manager->name }} | {{ $manager->email }} | {{ $manager->store?->name ?? '—' }} | {{ ucfirst($manager->status) }} | {{ $manager->created_at->format('M d, Y') }} |
| No managers found. | |||||