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

{{ $program->name }}

@endsection @section('main')
@if ($program->image)
image {{-- image--}}
{{--

{{ $program->title}}

--}} {{ $program->name}}

{{ $program->name}} Course

{{--
We can support student forum 24/7 for national and international students.
--}} {!! $program->description !!}
@else
{{ $program->title}}

{{ $program->sub_heading}}

{{--

Learn New Skills to go ahead for Your Career

--}} {{--
We can support student forum 24/7 for national and international students.
--}} {!! $program->body !!}
@endif
@foreach($courses as $c)

{{$c->name}}

image


{{ucfirst($c->excerpt)}}

{{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- 5.0 (13 rating)--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}}
@endforeach
@endsection @section('script')
@endsection