Login to Your Account
Enter your username & password to login
@if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('fail'))
{{Session::get('fail')}}
@endif @csrf @honeypot
Username
@
@error('name') {{$message}} @enderror
Password
@error('password') {{$message}} @enderror
@if ($errors->has('h-captcha-response')) @endif
{{-- {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} --}}
Login
Designed by
John & Smith
{{-- --}}