prefix('Customers')->name('Customers.')->group(function () { Route::get('show/{id}', 'CustomerController@show')->name('show'); });