@php $useAdminLayout = Auth::check() && Auth::user()->role === 'admin'; @endphp @if($useAdminLayout)

Personal Information

@csrf @method('PATCH')
@error('name'){{ $message }}@enderror
@error('last_name'){{ $message }}@enderror
@error('email'){{ $message }}@enderror

Account Security

@csrf @method('PATCH')
@error('current_password'){{ $message }}@enderror
@error('password'){{ $message }}@enderror

@if (!Auth::user()->hasVerifiedEmail())
Your email is not verified.
@csrf
@else
Email verified ✓
@endif

Notification Preferences

Email Notifications
Receive notifications via email
Match Reminders
Get notified before matches start
News Updates
Latest club news and announcements
@else
{{-- Hero Header --}} {{-- Profile Cards --}}
@endif