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

{{ $data['title'] }}

@foreach ($data['moduleItems'] as $item) @if ($item['slug'] == 'objective-25')

{{ $item['title'] }}

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

@endif @if ($item['slug'] == 'Highlights-of-the-Canteen-25')

{{ $item['title'] }}

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

@endif @if ($item['slug'] == 'Functions-of-the-Canteen-25')

{{ $item['title'] }}

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

@endif @endforeach
@endsection