@extends('layouts.app') @section('title', 'Admin Profile Settings') @section('content') @if(session('success')) @endif @if($errors->any()) @endif
@csrf
Admin Avatar
{{ Auth::user()->name ?? 'Admin' }}
Super Admin
{{ Auth::user()->email ?? 'admin@tngmotors.com' }}
Beverly Hills Headquarters • CA
Click the camera icon to upload a custom profile picture from your gallery.
Account Profile Information

Change Account Password (Optional)
@endsection