@extends('layouts.guest') @section('title', __('Confirm password')) @section('content')

{{ __('Confirm your password') }}

{{ __('For your security, please confirm your password before continuing.') }}

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection