'Admin', 'middleware' => 'auth', 'prefix' => 'admin', ], function () { Route::resource('airlines', 'AirlinesController'); });