@section('header')

{{ __('Profile Information') }}

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

{{ __('Saved.') }}

@endif