@extends('admin.layouts.app') @section('title', 'My Profile') @section('breadcrumbs') My Profile @endsection @push('styles') @endpush @section('content') @php $initials = strtoupper(substr($user->name, 0, 2)); $mobileDisplay = trim(($user->mobile_prefix ?? '') . ' ' . ($user->mobile ?? '')); @endphp
{{ $user->email }}
Profile Information
Your personal details
Update your personal information.
Update your account password.
Minimum 8 characters with uppercase, numbers and symbols recommended.