Favorite Talents

@foreach ($talents as $index => $talent) {{-- Break row after every 3 items --}} @if (($index + 1) % 3 == 0) @endif @endforeach
Profile Image
{{ $talent->first_name }} {{ strtoupper(substr($talent->last_name, 0, 1)) }}.