From 50af8f11e0d1ac463a6ff743d48dd85720f4a651 Mon Sep 17 00:00:00 2001 From: xander Date: Wed, 26 Feb 2025 19:49:50 +0000 Subject: [PATCH] Fixed syntax in web.php, added product to git --- public/product.php | 18 ++++++++++++++++++ resources/views/product | 10 ++++++++++ routes/web.php | 4 ++-- 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 public/product.php create mode 100644 resources/views/product diff --git a/public/product.php b/public/product.php new file mode 100644 index 0000000..b01c16b --- /dev/null +++ b/public/product.php @@ -0,0 +1,18 @@ +'Assisstant', 'salary'=>'$30,000' ] -] +]; return view('jobs', $jobs); -); +}); Route::get('/contact', function() { return view('contact');