Loading routes/web.php +3 −0 Original line number Diff line number Diff line <?php use App\Http\Controllers\DivesList; use App\Http\Controllers\ManualPalanqueeController; use App\Models\Boat; use App\Models\User; use App\Models\Prerogative; Loading Loading @@ -236,3 +237,5 @@ }); Route::get('/modificationdives/members/{ds_code}/ajoutadherent/{pre_code}', [AdherentController::class, 'searchByName']); Route::get('/palanque/manuelle', [ManualPalanqueeController::class, 'show'])->name('palanque_manuelle'); No newline at end of file Loading
routes/web.php +3 −0 Original line number Diff line number Diff line <?php use App\Http\Controllers\DivesList; use App\Http\Controllers\ManualPalanqueeController; use App\Models\Boat; use App\Models\User; use App\Models\Prerogative; Loading Loading @@ -236,3 +237,5 @@ }); Route::get('/modificationdives/members/{ds_code}/ajoutadherent/{pre_code}', [AdherentController::class, 'searchByName']); Route::get('/palanque/manuelle', [ManualPalanqueeController::class, 'show'])->name('palanque_manuelle'); No newline at end of file