category page mobilee
This commit is contained in:
parent
69f8c0f37f
commit
390efb2f19
|
|
@ -5,16 +5,14 @@
|
|||
@section('content')
|
||||
|
||||
<div class="section-section py-5">
|
||||
<div class="container" style="padding: 0 5% !important;">
|
||||
<div class="row">
|
||||
<div class="col-12 d-flex justify-content-between">
|
||||
<h5>{{$category->title}}
|
||||
<div class="title-bottom-line"></div>
|
||||
</h5>
|
||||
</div>
|
||||
@include("Shared.Partials.FilterMenu")
|
||||
|
||||
<div class="container" >
|
||||
<div class="col-12 d-flex justify-content-between">
|
||||
<h5>{{$category->title}}
|
||||
<div class="title-bottom-line"></div>
|
||||
</h5>
|
||||
</div>
|
||||
@include("Shared.Partials.FilterMenu")
|
||||
|
||||
</div>
|
||||
<div class="owl-carousel owl-theme" id="section-slider1">
|
||||
@foreach($events as $event)
|
||||
|
|
|
|||
Loading…
Reference in New Issue