@extends('layouts.khtc')
@section('title')
{{$page->name}} Course
@endsection
@section('seo_meta')
@endsection
@section('breadcrumb')
@endsection
@section('main')
{{-- Make Connections--}}
{{$page->sub_heading}}
{!! $page->body !!}
@endsection
@section('script')
@endsection