@if($data = $website->moduleSections('text-sections'))

@lang('tr.Meet Some of Our People')

@php($rows = 2) @php($cols = 4) @php($staffMembers = $website->staff($rows*$cols)) @php($counter=0) @foreach($staffMembers as $member) @if( $counter % $cols == 0)
@endif
@if( $counter % 2 == 0) @php($imgSid=APP\Archive::find($member->photo_id)->secret()) Responsive image @else @php($imgSid=APP\Archive::find($member->photo_id)->secret()) Responsive image @endif
@php($counter++) @if( $counter % $cols == 0)

@endif @endforeach

@lang('tr.View All')
@endif