@extends('layouts.app') @section('title', 'Pending Users') @section('content')
All user registrations have been processed.
Username: {{ $user->username }} | Employee ID: {{ $user->employee_id }}
Email: {{ $user->email }} | Department: {{ $user->department->name }}
Registered: {{ $user->created_at->format('M d, Y H:i') }}