@if( in_array('Company', $hasFeatures))
@foreach ($companies->chunk(5) as $row) @foreach ($row as $id => $company) @endforeach @endforeach
@endif