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

{{ $page->title }}

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

{{$page->sub_heading}}

{!! $page->body !!}
@foreach($teams as $k=>$t) @php $k=$k+1; @endphp
{{$t->name}}

{{$t->name}}

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