@php $user = auth()->user(); @endphp {{ __("Profile Information") }} {{ __("Update your account's profile information and email address.") }}
@csrf
@error("name") @enderror
@error("email") @enderror
@foreach (timezone_identifiers_list() as $timezone) @endforeach @error("timezone") @enderror
{{ __("Save") }}