@extends('front.include.app') @section('content') {{-- @dd($compContent) --}}
image

{{$content['main_heading'] ?? ''}}

our blog

Popular Articles

@php // Divide events into chunks of 4 $eventChunks = $events->chunk(4); @endphp @foreach($eventChunks as $chunk)
@foreach($chunk as $event)
@if ($event->getFirstMediaUrl('event_image')) event Image @else No Image @endif
  • {{ $event->created_at->format('F j, Y') }}
{{ $event->name }}
@endforeach
@endforeach
@endsection