@lang('site.meet_teacher')
@php $counter = 0; @endphp
@foreach($profiles as $profile)
@php
++$counter;
if($counter>6) {
$counter = 1;
}
@endphp
@endforeach