This is student.php and my function for admin:
public function admin(Request $request){ if($request->isMethod(\'get\')){ retu
I had the same problem because I had a backslash \, the solution was change it to slash:
\
return \View::make('folder/admin');