@extends('template.layouts.auth') @section('content')
{{ __('Confirm Password') }}
{{ __('Please confirm your password before continuing.') }}
@csrf @include('auth.components.password')
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@endsection