@extends('unit-admin.layout') @section('title', 'Dashboard') @section('page_title', 'Dashboard') @section('content') {{-- โโ UNIT IDENTITY BANNER โโ --}}
No members in your unit yet
| Member | Type | Status | Action |
|---|---|---|---|
|
@if($m->photo)
{{ strtoupper(substr($m->user->name, 0, 1)) }}
@endif
{{ $m->user->name }}
{{ $m->user->email }}
|
{{ $m->membership_type }} | @if($m->status === 'PENDING') PENDING @elseif($m->status === 'APPROVED') APPROVED @elseif($m->status === 'ACTIVE') ACTIVE @elseif($m->status === 'REJECTED') REJECTED @else {{ $m->status }} @endif |
@if($m->status === 'PENDING')
|
No upcoming events