mobile search

This commit is contained in:
merdan 2020-04-22 15:16:57 +05:00
parent 1d2628a620
commit 6f75a2e5dc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<div class="kinoteator-tab1-wrapper">
<div class="container">
@foreach($events as $event)
<div class="row mb-4" onclick="window.location.href = '{{{{$event->event_url}}}}';">
<div class="row mb-4" onclick="window.location.href = '{{$event->event_url}}';">
<div class="col-4 pr-0">
<img class="w-100 img-responsive" src="{{asset($event->images->first()->image_path ?? '#')}}" alt="{{$event->title}}"/>
</div>