@extends('layouts.backend.guest') @section('content')
{{ __('Please confirm your password before continuing.') }}
@csrf
{!! showErrors($errors, 'password') !!}
@if (Route::has('password.request'))

{{ __('Forgot Your Password?') }}

@endif
@endsection @section('beforeBodyClose') @endsection