@extends('frontend.master') @section('title'){{ $type->member_type }}- Shreechitwan College @stop @section('keywords') {{"Faculty Members of Shreecitwan"}} @stop @section('description'){{"Shreechitwan College takes pride in its highly qualified and experienced faculty members, who are dedicated to providing quality education and practical learning experiences."}} @stop @section('content')

Meet our team.

@foreach ($data as $item)
teacher

{{$item->full_name}}

{{$item->position}}

{{$item->education}}

@endforeach
@endsection