@extends('layouts.master-without-nav') @section('title') Confirm Password @endsection @section('body') @endsection @section('content')
Confirm Password
@csrf
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif

Remember It ? Sign In here

© Veltrix. Crafted with by Themesbrand

@endsection