home page musical fix

This commit is contained in:
merdan 2020-04-23 14:59:39 +05:00
parent 1de5077a68
commit 170b22fcd1
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,6 @@ class PublicController extends Controller
->where(Config::get('app.locale'),1)
->orderBy('order','asc')
->get();
dump($categories);
return $this->render("Pages.HomePage",[
'categories' => $categories,
'sliders' => $sliders

View File

@ -1,7 +1,7 @@
<section id="konserty" class="container" style="background-image: url({{asset('assets/images/bg/konserty.jpg')}});
background-repeat: no-repeat; background-size: 100%;">
<div class="tab-header d-flex justify-content-between col-12">
<h2 class=""><a class="text-dark text-uppercase" href="{{$category->url}}">{{$category->title}}</a></h2>
<h2 class=""><a class="text-light text-uppercase" href="{{$category->url}}">{{$category->title}}</a></h2>
<div style="height: 5px; margin-left: 5px; position: absolute; bottom: 0px; width: 100px; background-color: #ffffff"></div>
</div>
<div class="tab-ozi col-12">