@extends('layouts.app') @section('content')

{{ $data['title'] }}

@foreach ($data['moduleItems'] as $item) @if ($item['slug'] == 'Process-of-Enrolment-in-Hostels-25')

{{ $item['title'] }}

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

@endif @if ($item['slug'] == 'dormitory-25')

{{ $item['title'] }}

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

@endif @if ($item['slug'] == 'details-25')

{{ $item['title'] }}

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

@endif @if ($item['id'] == 1299)

{{ $item['title'] }}

Download

@endif @if ($item['id'] == 1300)

{{ $item['title'] }}

@foreach ($item['dynamicSections'] as $dynamicSection)

land_img2

@endforeach
@endif @endforeach
@endsection