{{isset($login_user) ? 'Enter Your Email and Password' : 'Welcome Back!' }}

@if(isset($login_user)) {!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return loginUser(this,true);']) !!} @else {!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return loginUser(this);']) !!} @endif @if(isset($previous_url)) @endif
{!! Form::close() !!}