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

{{ $data['title'] }}

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

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

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

land_img2

{{ $item['title'] }} Download

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

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

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

@endforeach @endif
@endif @if ($item['slug'] == 'alumni-photos-&-videos-25')
@endif @endforeach @endsection