Log In
@if(Session::has('fail'))
{{ Session::get('fail') }}
@endif @csrf
@csrf
Enter Email ID
Password
{{--
Remember Me
--}}
Forgot Password ?
{{--
Forgot Password ?
--}}
Login
Don't have an account ?
Sign Up
@if(Session::has('success'))
Successful
{{ Session::get('success') }}
@endif