@include('front.navbar')
@foreach($event as $item)

Image

{{ $item->tipe }}

{{ $item->nm_event }}

{{ $item->tanggal }}

{!! Str::limit($item->description, 150, '...') !!}

{{ $item->lokasi }}

@endforeach
@include('front.footer')