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

{{$page->sub_heading}}

@endsection @section('main')
{{--
--}}
Contact Us

Drop us Message for any Query

@if($errors->any()) {!! implode('', $errors->all('
:message
')) !!} @endif @if(isset($type)) @endif
@csrf
@endsection @section('script') @endsection