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

{{ $page->title }}

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

{{$page->sub_heading}}

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