@extends('layouts.front') @section('content') @section('css') @endsection @php $home = \App\HomePage::findorFail(1); @endphp

PRENSA

@if(isset($events) && !empty($events)) @foreach($events as $row)
@if(!empty($row->image)) {{$row->title}} @endif

{{ $row->title }}

{{ $row->description }}

event_date)); ?>

event_date)); ?>

@endforeach @else

No Events Found!

@endif
@section('js') @endsection @endsection