@extends('frontend.layouts.master') @section('content')
{{$course->heading}} @if(isset($course->duration->name))

Duration: {{$course->duration->name}}

@endif

{{$course->sub_heading}}

Send Enquiry

3

{{$course->heading}}

{!! $course->details !!}
@if(count($topics)>0)

Topics

@foreach($topics as $key=>$topic)

{{$topic->heading}}

{!! $topic->details !!}
@endforeach
@endif
@endsection