@include('partials.theme_alert')
{{ $title }}
Please enter login credentials
@csrf
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Remember Me
Forgot password?
SIGN IN
@include('partials.live_chat')