diff --git a/app/Http/Controllers/Shop/HomeController.php b/app/Http/Controllers/Shop/HomeController.php index 1203b598..be053480 100644 --- a/app/Http/Controllers/Shop/HomeController.php +++ b/app/Http/Controllers/Shop/HomeController.php @@ -24,6 +24,6 @@ class HomeController extends Controller */ public function index() { - return view('Shop.home'); + return view('shop.home'); } } diff --git a/resources/views/shop/_partials/header-top.twig b/resources/views/shop/_partials/header-top.twig index e2f1e884..bca551b5 100644 --- a/resources/views/shop/_partials/header-top.twig +++ b/resources/views/shop/_partials/header-top.twig @@ -4,7 +4,7 @@ diff --git a/resources/views/shop/home.twig b/resources/views/shop/home.twig index f2a5c8a4..43a273bb 100644 --- a/resources/views/shop/home.twig +++ b/resources/views/shop/home.twig @@ -7,7 +7,7 @@ OpenSemis - + diff --git a/resources/views/shop/layout/layout.twig b/resources/views/shop/layout/layout.twig index 21448de3..78debeac 100644 --- a/resources/views/shop/layout/layout.twig +++ b/resources/views/shop/layout/layout.twig @@ -7,7 +7,7 @@ OpenSemis - +