@extends('frontend.master') @section('content') @if(!empty($contentDetails)) @if(!empty($pageDetails->banner)) @endif @if(!empty($pageDetails->page_name)) {!! $pageDetails->page_name !!} @endif All Event @foreach($groupYear as $year) {{$year}} @endforeach @foreach($contentDetails as $content) {{-- @dump($content)--}} {{-- {!! $content->title !!}--}} {!! $content->title !!} {!! $content->schedule !!} posted by {!! $content->author !!} {!! $content->shortDescription !!} @endforeach @foreach($groupYear as $year) @foreach($groupContent[$year] as $contentYear) {{-- @dump($content)--}} {{-- {!! $content->title !!}--}} {!! $contentYear->title !!} {!! $contentYear->schedule !!} posted by {!! $contentYear->author !!} {!! $contentYear->shortDescription !!} @endforeach @endforeach {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- 1--}} {{-- 2--}} {{-- 3--}} {{-- 4--}} {{-- 5--}} {{-- 6--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endif @endsection
{!! $content->shortDescription !!}
{!! $contentYear->shortDescription !!}