Advertisement
CHaNStar

il 2

Mar 17th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. Route::get('/', function () {
  2.     return view('welcome');
  3. });
  4. Route::get('/contohkesatu', function () {
  5.     return view('contohkesatu');
  6. });
  7. Route::get('/contohkedua', function () {
  8.     return view('contohkedua');
  9. });
  10. Route::get('/contohtiga', function () {
  11.     return view('contohketiga');
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement