@foreach ($events as $event)
@if (file_exists(asset($event->uplad_image_file)))
{{$event->event_title}}
@endif
@if($dateshow == 1) {{dateConvert($event->from_date).' '.__('common.to').' '.dateConvert($event->to_date)}} @endif @if ($enevtlocation == 1) {{$event->event_location}} @endif
@if ($event->event_title) {{$event->event_title}} @endif {{$button}}
@endforeach