@php $configData = Helper::appClasses(); $customizerHidden = 'customizer-hide'; @endphp @extends('layouts/blankLayout') @section('title', 'Reset Password') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
Auth Cover Bg color

Setup new password 👩🏻‍💻

You can change your password for security
reasons or reset it if you forget it.

Reset Password 🔒

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('login')) Back to login @endif
@endsection