@extends('layouts.app') @section('metades') @endsection @section('title') {{ $data['metaTitle'] }} @endsection @section('content')

Fee Structure

@foreach ($data['moduleItems'] as $item)
{{ $item['title'] }}
@if (count($item['dynamicSections']) > 0)
    @foreach ($item['dynamicSections'] as $dynamicSection)
  • {{ $dynamicSection['description'] }}
  • @endforeach
@endif

N.B: Registration fee & Exam Fees will be charged as per university guideline 2. Educational Excursion fees will be charged separately as necessary.

{{-- --}}
@endforeach
@endsection