Skip to content

Commit

Permalink
disable: test route
Browse files Browse the repository at this point in the history
  • Loading branch information
ranggaadithia committed Dec 28, 2023
1 parent 79f68ae commit 4c5a1bd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
Route::get('report', Report::class)->name('report');
});

Route::get('/test', function () {
return view('test', [
'labs' => Lab::all(),
'days' => ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'],
'alphabet' => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M']
]);
});
// Route::get('/test', function () {
// return view('test', [
// 'labs' => Lab::all(),
// 'days' => ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'],
// 'alphabet' => ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M']
// ]);
// });

0 comments on commit 4c5a1bd

Please sign in to comment.