Added page to print sk-hasil-belajar freely

This commit is contained in:
Gregorio Chiko Putra
2019-05-17 12:01:23 +07:00
parent b2f78ed656
commit 193a5d3b6c
11 changed files with 670 additions and 106 deletions

View File

@@ -14,3 +14,7 @@
Route::get('/', function () {
return view('main');
});
Route::get('/pendopo', function () {
return view('pendopo');
})->middleware('pendopo');