@extends('layouts.app') @section('content')

Staff Onboarding Authorization Matrix

Review, verify, and approve incoming application nodes for counter operation managers and field staff.

Total Pending: {{ $pendingUsers->count() }}
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
Awaiting Operational Approval Request Stream
@forelse($pendingUsers as $index => $user) @empty @endforelse
SR. NO. STAFF MEMBER NAME SECURE EMAIL ENDPOINT REQUESTED ROLE NODE ACTION WORKFLOW FRAMEWORK
{{ $index + 1 }}
{{ $user->name }}
{{ $user->email }} {{ $user->role }}
@csrf
@csrf
No Pending Onboarding Requests

All counter staff and management layers are fully authorized and active.

@endsection