homPage bug fixes2
This commit is contained in:
parent
3178d27bc4
commit
0ee38e403a
|
|
@ -1,4 +1,4 @@
|
|||
@if($cinema->events->count()>0))
|
||||
@if(!empty($cinema->events))
|
||||
<section id="kinoteator" class="kinoteator-section container">
|
||||
<div class="tab-header d-flex justify-content-between col-12 px-0">
|
||||
<h2 class="">{{$cinema->title}}</h2>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@if($musical->events->count()>0)
|
||||
@if(!empty($musical->events))
|
||||
<section id="konserty" class="container" style="background-image: url({{asset('assets/images/bg/konserty.jpg')}}); background-repeat: no-repeat; background-size: 100%; padding: 100px 0;">
|
||||
<div class="tab-header d-flex justify-content-between col-12">
|
||||
<h2 class="">{{$musical->title}}</h2>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@if($theatre->events->count()>0))
|
||||
@if(!empty($theatre->events))
|
||||
<section id="teator " class="container teator">
|
||||
<div class="tab-header d-flex justify-content-between col-12">
|
||||
<h2 class="font-weight-bold">{{$theatre->title}}</h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue