@extends('frontend.master') @section('title') {{ $parent->menu_name }} @stop @section('keywords') {{{$parent->menu_name}}} @stop @section('description') {{"Shreechitwan College (formerly Shree Medical and Technical College) was established in 2007 under the affiliation with council for technical Education and Vocational Training (CTEVT)"}}@stop @section('content')

Shreechitwan College offers quality CTEVT-affiliated medical diploma programs with a focus on practical training and ethical healthcare.

@foreach ($landingdata as $item)

{{$item->heading}}

{!! $item->description !!}

@endforeach
@endsection