diff --git a/app/Http/Controllers/PublicController.php b/app/Http/Controllers/PublicController.php index c6845e86..b15d34ad 100644 --- a/app/Http/Controllers/PublicController.php +++ b/app/Http/Controllers/PublicController.php @@ -27,7 +27,7 @@ class PublicController extends Controller ->categoryLiveEvents(16) ->first(); - $theatre = Category::where('view_type','theatre')//todo change to cartoon multik + $cartoon = Category::where('view_type','theatre')//todo change to cartoon multik ->categoryLiveEvents(16) ->first(); @@ -39,7 +39,7 @@ class PublicController extends Controller //dd($cinema->events->first()); return view('Bilettm.Public.HomePage')->with([ 'cinema' => $cinema, - 'theatre' => $theatre, + 'cartoon' => $cartoon, 'musical' => $musical, 'sliders' => $sliders ]); diff --git a/public/assets/stylesheet/custom.css b/public/assets/stylesheet/custom.css index f4cd9693..e52bf146 100644 --- a/public/assets/stylesheet/custom.css +++ b/public/assets/stylesheet/custom.css @@ -203,16 +203,16 @@ article > .u-block-hover__additional--partially-slide-up { .big-cinema-item-col6 .share, .big-cinema-item-col6 .like{ font-size: 20px !important; } - #kinoteator .tab-ozi a.nav-link.active { + .kinoteator-section .tab-ozi a.nav-link.active { background-color: unset; } - #kinoteator .tab-ozi { + .kinoteator-section .tab-ozi { margin-top: 7px; } - #kinoteator .tab-ozi .nav.u-nav-v1-1 { +.kinoteator-section .tab-ozi .nav.u-nav-v1-1 { padding: 0 5px; } - #kinoteator .owl-nav.disabled { +.kinoteator-section .owl-nav.disabled { display: block; font-size: 35px;} - #kinoteator .owl-nav.disabled .owl-prev span, #kinoteator .owl-nav.disabled .owl-next span { + .kinoteator-section .owl-nav.disabled .owl-prev span, .kinoteator-section .owl-nav.disabled .owl-next span { font-size: 30px; } article.u-block-hover img { @@ -2053,4 +2053,4 @@ choose_seats_content > div.tab-pane.fade{ .check-order-btn{ background-color: rgba(211,61,51,1) !important; -} \ No newline at end of file +} diff --git a/resources/views/Bilettm/Public/HomePage.blade.php b/resources/views/Bilettm/Public/HomePage.blade.php index 0a0c06de..80f77105 100644 --- a/resources/views/Bilettm/Public/HomePage.blade.php +++ b/resources/views/Bilettm/Public/HomePage.blade.php @@ -27,7 +27,7 @@ {{----}} @if(isset($theatre)) - @include('Bilettm.Partials.HomeCinema',['category'=>$theatre,'id'=>'teator']) + @include('Bilettm.Partials.HomeCinema',['category'=>$cartoon,'id'=>'cartoon']) @endif {{--
--}} {{--
--}}