@extends('layouts.khtc') @section('title') {{$page->title}} | Kantipur Hotel Training Center @endsection @section('seo_meta') @endsection @section('breadcrumb')
  • Home
  • {{ $page->title }}

{{$page->sub_heading}}

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

{{$page->sub_heading}}

{!! $page->body !!}
@foreach($teams as $k=>$t)

{{$t->team->designation}}

{!! $t->message !!}
@endforeach
@endsection @section('script') @endsection