@php $counter = 0; @endphp
@foreach($profiles as $profile)
@php
++$counter;
if($counter>6) {
$counter = 1;
}
@endphp
@endforeach
{{$profile->room_no}}
{{$profile->name}}
{{$profile->capacity}}
{{$profile->shift}}
{{$profile->short_description}}