After a lot of searching for google and not finding a solution to my problem, I decided to ask the wisdom of the internet:
These are my routes:
Route::get('/customers', 'CustomerController@index')
->name('customerIndex');
Route::get('/...
asked by
16.10.2018 / 17:09