home page chacnge
This commit is contained in:
parent
3af6714e51
commit
0d7fa922bf
|
|
@ -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
|
||||
]);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
{{--</section>--}}
|
||||
|
||||
@if(isset($theatre))
|
||||
@include('Bilettm.Partials.HomeCinema',['category'=>$theatre,'id'=>'teator'])
|
||||
@include('Bilettm.Partials.HomeCinema',['category'=>$cartoon,'id'=>'cartoon'])
|
||||
@endif
|
||||
{{--<section id="second-add-wrapper" style="margin: 100px 0;">--}}
|
||||
{{-- <div class="container">--}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue