@extends('layouts.admin') @section('title', 'Unit Admins') @section('page_title', 'Unit Admins') @section('content')
| # | Name | Phone | Unit | District | Status | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ strtoupper(substr($ua->user->name,0,2)) }}
{{ $ua->user->name }}
|
{{ $ua->user->email }} | {{ $ua->user->phone }} | {{ $ua->unit->name }} | {{ $ua->unit->district->name }} | {{ $ua->user->is_active ? 'Active' : 'Inactive' }} |
|
| No unit admins yet | |||||||