@foreach($channels as $channelKey => $channelName) @endforeach @foreach($sections as $section) @foreach($section['options'] as $optionKey => $optionName) @foreach($channels as $channelKey => $channelName) @php($isDisabled = !empty($disabledChannels[$channelKey])) @endforeach @endforeach @endforeach
Статус/Источник {{ $channelName }} @if(!empty($disabledChannels[$channelKey]))
недоступен @endif
{{ $section['title'] }}
@if(!empty($section['colors'][$optionKey])) {{ $optionName }} @else {{ $optionName }} @endif