@if(count($errors) > 0)
@foreach($errors->all() as $error)

{{$error}}

@endforeach
@endif @if(Session::get('error_msg'))

Email or Password is invalid

@elseif(Session::get('success_msg'))

Login successfull. Redirecting...

@endif
@if(Request::is('login/dashboard/staff'))
@elseif(Request::is('login/dashboard/admin'))
@endif