{{-- Left column: col-span-10 --}}

News

{{-- Loop through news items --}}
{{ $news['title'] }}
{{ \Carbon\carbon::parse($news['date'])->format('d M ,Y') }}
{{-- Optional excerpt --}}

{!! $news['content'] !!}

{{-- Clickable Image --}}
{{ $news['title'] }} {{-- Overlay hint on hover --}}
{{-- Image Modal --}}
{{-- Right column: col-span-2 --}}