@extends('layouts.app') @section('content') @foreach($data['moduleItems'] as $item) @if($item['title'] =='Welcome Kultikri Teacher Training Institute')

{{$item['title']}}

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

@endif @if($item['title'] =='Notice')

Notice

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

{{$dynamicSection['title']}}

@endforeach @endif
@endif @if($item['title'] =='College')

Collage

@foreach($item['dynamicSections'] as $dynamicSection) @endforeach
@endif @if($item['title'] =="Chairman's Quote")

{{$item['title']}}

01.png

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

@endif @if($item['title'] =='Gallery')

{{$item['title']}}

@endif @endforeach @endsection