|
{{ $talent->first_name }} {{ strtoupper(substr($talent->last_name, 0, 1)) }}.
|
{{-- Break row after every 3 items --}}
@if (($index + 1) % 3 == 0)