@extends('layouts.app') @section('content')

{{ __('Confirm Password') }}

{{ __('Please confirm your password before continuing.') }}
@csrf
@error('password') {{ $message }} @enderror
@endsection