{{ get_phrase('Course curriculum') }}

@if ($sections->count() > 0)
@foreach ($sections as $key => $section)

@endforeach
@else

{{ get_phrase('Course curriculum Empty') }}

@endif