@extends('layouts.front_master') @section('content') @php $courseList=get_category_wise_course(); $relatedCourseList=get_related_course($detail->category_id,$detail->id); @endphp

About This Course

@php echo $detail->description; @endphp

Course Details

@foreach ($faq as $key=> $faq_data)

@php echo $faq_data->short_description; @endphp
@endforeach

Choose your course option

@foreach ($packages as $key=> $packages_data)

{{$packages_data->title}}

{{$packages_data->subtitle}}

£{{$packages_data->price}}

@php echo $packages_data->detail; @endphp
Enrol Now
@endforeach

Request a Course Prospectus

@csrf
Professional body membership included
@endsection @section('scripts') @parent @endsection @section('scripts_logic') @endsection