Loading routes/web.php +2 −0 Original line number Diff line number Diff line Loading @@ -71,3 +71,5 @@ { return view('create_dive', ['locations' => DivingLocation::all(), 'boats' => Boat::all()]); }); Route::get('/sessions', [Session::class,'index']); No newline at end of file Loading
routes/web.php +2 −0 Original line number Diff line number Diff line Loading @@ -71,3 +71,5 @@ { return view('create_dive', ['locations' => DivingLocation::all(), 'boats' => Boat::all()]); }); Route::get('/sessions', [Session::class,'index']); No newline at end of file