@php $isShowSection = isset($isShow) ? ($isShow ? (isset($eventTracks) && count($eventTracks)) : false) : false; @endphp @if ($isShowSection)
{{ __('app.Interesting Content in') }}
{{ count($eventTracks) }} {{ __('app.Different tracks') }}!
@foreach ($eventTracks as $track)
@if ($track->icon)
{{ $track->name }}
@endif
{{ $track->name }}
@endforeach
@endif