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