Add exports & fix on edition
This commit is contained in:
@@ -8,5 +8,7 @@ Route::prefix('Species')->name('Species.')->group(function () {
|
||||
Route::post('store', 'SpecieController@store')->name('store');
|
||||
Route::get('edit/{id}', 'SpecieController@edit')->name('edit');
|
||||
|
||||
Route::any('exportExcel', 'SpecieController@exportExcel')->name('exportExcel');
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user