{{$program_name}}

{{$course_name}}

@php $i = 1; @endphp @foreach ($sectiondetails as $v)

{{ $v['title'] }}

{!! str_replace('#exam_url#',$EXAM_URL,$v['description']) !!}

@if (!empty($v['subsections'])) @foreach ($v['subsections'] as $sub)

{{ $sub['title'] }}

{!! $sub['description'] !!}

@endforeach @endif
@php $i++; @endphp @endforeach