@php $user = auth()->user(); @endphp {{ __('Profile Information') }} {{ __("Update your account's profile information and email address.") }}
@error('name') @enderror
@error('email') @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
@foreach(timezone_identifiers_list() as $timezone) @endforeach @error('timezone') @enderror
@if (session('status') === 'profile-updated')

{{ __('Saved') }}

@endif {{ __('Save') }}