@php $games = \App\Models\Game::where('individual_zone_id', $individualZone->id)->get(); @endphp
@foreach($games as $game)
@if($game->icon) {{ $game->main_title }} icon @else @endif
{{ strtoupper($game->main_title) }}
SECTION
{{ Str::words($game->description, 50) }}
{{--
{{ Str::words($game->description, 50) }}
--}} JOIN
@endforeach