@extends('admin.layouts.app') @section('styles') @endsection @section('content') @include('admin.layouts.alert')
Profile

{{ $admin->full_name }}

{{ $admin->email }}

{{ $admin->role->name ?? 'Admin' }}

Logout
@csrf

Profile

@csrf

Change Password

Notifications

Email Notifications

Receive updates and alerts via email

Enable

Push Notifications

In-app alerts for events and activity

Enable
@endsection @section('scripts') {{-- 0. AVATAR UPLOAD: preview + auto-submit --}} {{-- 1. TOGGLE PASSWORD VISIBILITY --}} {{-- 2. TAB SWITCHING --}} {{-- 3. NOTIFICATION TOGGLE TEXT --}} @endsection