@include('notify')
{{ csrf_field() }}
Login to your account
Enter your credentials
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Login
Forgot Password?
By continuing, you're confirming that you've read our
Terms & Conditions
and
Cookie Policy