@extends('layouts.main') @section('otherCss') @endsection @section('contents')
{{ $user->email }}
{{ $user->user_type == 1 ? 'Super Admin' : 'Admin' }}Member since {{ $user->created_at->format('F Y') }}
Update your account's profile information and password.
Manage other admin users in the system.
No other admin users found.