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

{{ $item['title'] }}

{{ $item['shortDescription'] }}.

read more
about
@endif @if ($item['slug'] == 'notice')

{{ $item['title'] }}

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

{{ $dynamicSection['title'] }}
{{ $dynamicSection['createdAt'] }}

@if ($dynamicSection['createdAt'] >= now()->subDays(15)->endOfDay()) @endif
@endforeach @endif
group88
@endif @if ($item['slug'] == 'admission')

{{ $item['title'] }}

{{ $item['shortDescription'] }}

@endif @if ($item['slug'] == 'chairmans-quote')

{{ $item['title'] }}

{{ $item['shortDescription'] }}

01.png
cup
We Offer You a Bright Future

{{ $item['longDescription'] }}

A K Banerjee
@endif @if ($item['slug'] == 'ourmission-vission')
Our Mission & Vision

{{ $item['shortDescription'] }}

{{ $item['longDescription'] }}

Contact Us
Upcoming Events
    @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection)
  • {{ $dynamicSection['title'] }}
    {{ $dynamicSection['description'] }}
  • @endforeach @endif
@endif @if ($item['slug'] == 'collegefacilities')

{{ $item['title'] }}

{{ $item['shortDescription'] }}

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

Gallery

Some Best moments and memories of our Institute

@if (count($item['dynamicSections']) > 0) @endif
@endif @endforeach @endsection