@extends('layouts.khtc') @section('title') {{$page->name}} Course @endsection @section('seo_meta') @endsection @section('breadcrumb')
  • Home
  • {{ $page->title }}

{{ $page->title }}

@endsection @section('main')
{{-- Make Connections--}}

{{$page->sub_heading}}

{!! $page->body !!}
@endsection @section('scripts') @endsection