Route::group(['prefix' => 'admin','middleware' => ['auth:admin']], function() { Route::get('dashboard','AdminController@dashboard'); });