{{ __('Car Details') }}

{{ __("Update your account's profile information and email address.") }}

@csrf @method('PATCH')
{{ __('Save') }} @if (session('status') === 'profile-updated')

{{ __('Saved.') }}

@endif