@extends($layout) @section('content')

My Profile

Manage your account details and view your reservations.

@csrf @method('patch')

Profile Information

Update your account's profile information and email address.

{{ $user->name }}
{{ __('Save') }} @if (session('status') === 'profile-updated')

{{ __('Saved.') }}

@endif
@endsection