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

{{ $data['title'] }}

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

{{ $item['title'] }}

@if (count($item['dynamicSections']) > 0)
@foreach ($item['dynamicSections'] as $dynamicSection) @endforeach
Sl. No Session Download
{{ $dynamicSection['sequence'] }}. {{ $dynamicSection['title'] }} Download
@endif
@endif @if ($item['slug'] == 'staff-details-deled-25')

{{ $item['title'] }}

@if (count($item['dynamicSections']) > 0)
@foreach ($item['dynamicSections'] as $dynamicSection) @endforeach
Sl. No Session Download
{{ $dynamicSection['sequence'] }}. {{ $dynamicSection['title'] }} Download
@endif
@endif @endforeach
@endsection