From 3af6714e51ad05dc80cda2d710c9cea8bdabc07e Mon Sep 17 00:00:00 2001 From: merdan Date: Mon, 10 Feb 2020 15:21:36 +0500 Subject: [PATCH] home page chacnge --- resources/views/Bilettm/Public/HomePage.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/Bilettm/Public/HomePage.blade.php b/resources/views/Bilettm/Public/HomePage.blade.php index 2511e816..0a0c06de 100644 --- a/resources/views/Bilettm/Public/HomePage.blade.php +++ b/resources/views/Bilettm/Public/HomePage.blade.php @@ -10,7 +10,7 @@ @include('Bilettm.Partials.HomeSlider') @if(isset($cinema)) - @include('Bilettm.Partials.HomeCinema',['category'=>$cinema,'id'=>'kinoteatr']) + @include('Bilettm.Partials.HomeCinema',['category'=>$cinema,'id'=>'kinoteator']) @endif @if(isset($musical)) @@ -27,7 +27,7 @@ {{----}} @if(isset($theatre)) - @include('Bilettm.Partials.HomeCinema',['category'=>$theatre,'id'=>'teatr']) + @include('Bilettm.Partials.HomeCinema',['category'=>$theatre,'id'=>'teator']) @endif {{--
--}} {{--
--}}