@extends('frontend.layouts.master') @section('pageTitle') @lang('site.menu_teachers') @endsection @section('pageBreadCrumb')

@lang('site.menu_teachers')

@endsection @section('pageContent')

@lang('site.meet_teacher')

@php $counter = 0; @endphp @foreach($profiles as $profile) @php ++$counter; if($counter>6) { $counter = 1; } @endphp

{{$profile->name}}

{{$profile->designation}}

{{$profile->description}}

@endforeach
@endsection