Customers Portal
Enter your email address and password to access admin panel.
@if (\Session::has('fail'))
{!! \Session::get('fail') !!}
@endif @if (session('status'))
{{ session('status') }}
@endif
@csrf
{{ __('Email Address') }}
@error('email')
{{ $message }}
@enderror
{{ __('Send Password Reset Link') }}