@if(count($strRegisteredStudent) == 0)
@endif
Skills
@if(count($value->skills)) @foreach($value->skills as $value) @if($loop->iteration <= 5) @elseif($loop->iteration == 6) ... @endif @endforeach @else @endif