@extends('layouts.staff') @section('content')
Manage user profiles, verification status, and history.
ID: {{ $customer->stustaffID ?? 'N/A' }}
Faculty
{{ $customer->faculty ?? 'General' }}Contact
Status
@if($customer->blacklisted) Blacklisted @elseif($customer->accountStat == 'Approved' || $customer->accountStat == 'active') Approved @elseif($customer->accountStat == 'pending') Pending @elseif($customer->accountStat == 'rejected') Rejected @else Unverified @endif