Profile Information

Update your account's profile information, contact info, and social links.

{{-- Email Verification --}}
@csrf
@csrf @method('patch') {{-- Name --}}
@error('name')
{{ $message }}
@enderror
{{-- Email --}}
@error('email')
{{ $message }}
@enderror @if ($user instanceof \Illuminate\Contracts\Auth\MustVerifyEmail && ! $user->hasVerifiedEmail())

Your email address is unverified.

@if (session('status') === 'verification-link-sent')
A new verification link has been sent to your email address.
@endif
@endif
{{-- Avatar & Banner --}}
@error('avatar')
{{ $message }}
@enderror
@error('banner')
{{ $message }}
@enderror
{{-- Contact Info --}}
{{-- Position & Department --}}
{{-- Social Media --}}
{{-- Languages & Locations --}}
{{-- About --}}
{{-- Submit --}}
@if (session('status') === 'profile-updated') Saved. @endif