aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-10-17 16:44:46 +0200
committerMateja <mail@matejamaric.com>2020-10-17 16:44:46 +0200
commit94103febccf8cacee6b7c03a753ecfa2ff0cf2d6 (patch)
tree4bcb88f9ac22ac649be3d7968b31e4e98ed0c2fb /app
parent86a6987af4f3f1e2aef512b76811f70c5e6e8682 (diff)
downloadyota-laravel-94103febccf8cacee6b7c03a753ecfa2ff0cf2d6.tar.gz
yota-laravel-94103febccf8cacee6b7c03a753ecfa2ff0cf2d6.zip
new links
Diffstat (limited to 'app')
-rw-r--r--app/Http/Controllers/PagesController.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/Http/Controllers/PagesController.php b/app/Http/Controllers/PagesController.php
index 8a3cfcc..7a7b184 100644
--- a/app/Http/Controllers/PagesController.php
+++ b/app/Http/Controllers/PagesController.php
@@ -16,6 +16,23 @@ class PagesController extends Controller
return view('pages.sponsoring');
}
+ //--------------------------------------
+
+ public function news(Request $request)
+ {
+ return view('pages.news');
+ }
+
+ public function gallery(Request $request)
+ {
+ return view('pages.gallery');
+ }
+
+ public function login(Request $request)
+ {
+ return view('pages.login');
+ }
+
//public function services()
//{
////$title = 'Some title';