{{--
Smarty
Cabs
--}}
Sign in to start your session
{!! csrf_field() !!}
{{--
--}} {{ Form::text('email',null,['class'=>'form-control','placeholder'=>'Email']) }}
{{ $errors->has('email') ? $errors->first('email') : '' }}
{{--
--}} {{ Form::password('password',['class'=>'form-control','placeholder'=>'Password']) }}
{{ $errors->has('password') ? $errors->first('password') : '' }}
Remember Me
Sign In
I forgot my password
Register a new membership