{{$program_name}}
{{$course_name}}
@php $i = 1; @endphp
@foreach ($sectiondetails as $v)
@php $i++; @endphp
@endforeach
{{ $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