@section('page-title') {{ __('Profile Information') }} @endsection @section('page-description') {{ __("Update your account's profile information and email address.") }} @endsection
@csrf
@csrf @method('PATCH')
{{ strtoupper(substr($user->name, 0, 1)) }}

{{ $user->name }}

Administrator

248
Bookings
$24k
Revenue
4.9
Rating

Personal Information

Update your profile details and email address.

@if ($user instanceof \Illuminate\Contracts\Auth\MustVerifyEmail && ! $user->hasVerifiedEmail())

Your email address is unverified.

@if (session('status') === 'verification-link-sent')

Verification link sent successfully.

@endif
@endif
@if (session('status') === 'profile-updated')

Profile updated successfully.

@endif