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

{{config('app.name')}} - {{ __('Confirm Password') }}

{{ __('Please confirm your password to continue.') }}
@csrf
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection