@extends('theme::layouts.app', ['title' => __('auth.Confirm Password')]) @section('content')

@lang('auth.heading|Confirm Password')

@lang('auth.Please confirm your password before continuing.')

@csrf
lock
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@if (Route::has('password.request')) @endif
@endsection