@extends('frontend.master') @section('content') @if(!empty($contentDetails))

@if(!empty($pageDetails->page_name)) {!! $pageDetails->page_name !!} @endif

@foreach($contentDetails as $content) {{-- @dump($content)--}} @endforeach
@foreach($groupYear as $year)
@foreach($groupContent[$year] as $contentYear) {{-- @dump($content)--}} @endforeach
@endforeach
{{--
--}} {{--
--}} {{--
--}} {{--
    --}} {{--
  • 1
  • --}} {{--
  • 2
  • --}} {{--
  • 3
  • --}} {{--
  • 4
  • --}} {{--
  • 5
  • --}} {{--
  • 6
  • --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endif @endsection