mobile search

This commit is contained in:
merdan 2020-04-22 15:35:49 +05:00
parent 866621c5fb
commit 6ad415703d
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
<img class="w-100 img-responsive" src="{{asset($event->images->first()->image_path ?? '#')}}" alt="{{$event->title}}"/>
</div>
<div class="col-8">
<h5 >{{$event->title}}</h5>
<h4 >{{$event->title}}</h4>
<h6 class="text-left"><b>@lang('ClientSide.category')</b>: {{$event->category_title}}</h6>
<h6 class="text-left"><b>@lang('ClientSide.venue')</b>: {{$event->venue_name}}</h6>
<h6 class="text-left"><b>@lang('ClientSide.date')</b>: {{$event->start_date->format('d.m.Y')}} - {{$event->end_date->format('d.m.Y')}}</h6>
</div>
</div>
@endforeach
<div class="row">
<div class="row justify-content-center mt-5">
{{$events->links('vendor.pagination.simple-bootstrap-4')}}
</div>
</div>