@extends('layouts.app') @section('metades') @endsection @section('title') {{ $data['metaTitle'] }} @endsection @section('content') @foreach ($data['moduleItems'] as $item) @if ($item['slug'] == 'chairmans-quote-1')
{{ $item['title'] }} {!! $item['shortDescription'] !!}

{!! $item['longDescription'] !!}


signature
about
@endif @if ($item['slug'] == 'about-1')

{{ $item['title'] }}

{{ $item['shortDescription'] }}

@if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection)
{{ $dynamicSection['title'] }}

{!! $dynamicSection['description'] !!}

@endforeach @endif
@endif @if ($item['slug'] == 'notice-1')

{{ $item['title'] }}

{{ $item['shortDescription'] }}

@if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection)

{{ $dynamicSection['title'] }}

@if ($dynamicSection['createdAt'] >=now()->subDays(15)->endOfDay()) @endif
@endforeach @endif
@endif @if ($item['slug'] == 'events-1')
{{ $item['title'] }}
    @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection)
  • {!! $dynamicSection['title'] !!}
    {{ $dynamicSection['description'] }} 4:45pm
  • @endforeach @endif
@endif @if ($item['slug'] == 'collegefacilities-1')

{{ $item['title'] }}

{{ $item['shortDescription'] }}

@if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection)
college-img {{ $dynamicSection['title'] }}
@endforeach @endif
@endif @if ($item['slug'] == 'countHighlights-1')
{{ $item['title'] }}
@if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection)
{{ $dynamicSection['description'] }}{{ $dynamicSection['title'] }}
@endforeach @endif
@endif @if ($item['slug'] == 'gallery-1')

{{ $item['title'] }}

{{ $item['shortDescription'] }}

@if (count($item['dynamicSections']) > 0) @endif
@endif @if ($item['slug'] == 'ncte-12')
@endif @endforeach @endsection @push('scripts') @endpush