if(count($data) == 1)
{
return view('home');
}
else {
// echo"ta-da";
Redirect::back()->with('message','username or password not Match!');
}
Above Redirect::back() function is not working while login. If I'm printing anything it is showing
via Mustafa Nure Alam