@extends('layouts.admin.auth_layout') @section('title', 'Confirm Password') @section('vendor-css') @endsection @section('page-css') @endsection @section('content') {{ __('Confirm Password') }} {{__('Please confirm your password before continuing.')}} @csrf {{ __('Password') }} @error('password') {{ $message }} @enderror {{ __('Confirm Password') }} @if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif @endsection @section('page-vendor-js') @endsection @section('page-js') @endsection
{{__('Please confirm your password before continuing.')}}