@section('header')

{{ __('Update Password') }}

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

{{ __('Saved.') }}

@endif