calendar fixes

This commit is contained in:
medet97 2020-05-01 17:49:28 +05:00
parent 7a6cf1e76f
commit 1e4eebe378
1 changed files with 3 additions and 3 deletions

View File

@ -7,6 +7,9 @@
<link rel="stylesheet" href="{{asset('vendor/jquery-ui/themes/base/jquery-ui.min.css')}}">
@endsection
@section('content')
<div class="row mt-2">
@include("Shared.Partials.FilterMenu")
</div>
@foreach($category->children as $cat)
@php
$cat_events = $events->where('sub_category_id',$cat->id);
@ -20,9 +23,6 @@
<a class="red_button" href="{{$cat->url}}">{{__("ClientSide.rep")}}</a>
@endif
</div>
<div class="row mt-2">
@include("Shared.Partials.FilterMenu")
</div>
<div class="owl-carousel owl-theme" id="section-slider{{$loop->iteration}}">
@foreach($cat_events as $event)