@if( in_array('Order Type', $hasFeatures) && class_exists('OrderType'))
@foreach ($orderTypes->chunk(5) as $row) @foreach ($row as $id => $orderType) @endforeach @endforeach
@endif