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