@extends('layouts.app') @section('content') {{ $data['title'] }} @foreach ($data['moduleItems'] as $item) @if (count($item['dynamicSections']) > 0) Sl. No CYCLE WISE CERTIFICATE Link @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection) {{ $dynamicSection['sequence'] }} {{ $dynamicSection['title'] }} View @endforeach @endif @endif @endforeach @endsection