{{-- @dump($data['channel_main']) --}}
{!! !empty($data['channel_main']['detail']) ? $data['channel_main']['detail'] : "" !!}
@if (!empty($data['channel']))
@foreach ($data['channel'] as $item_id => $item) @if (in_array($item_id,[0,1]))

{{ !empty($item['name']) ? $item['name'] : "" }}

@if (!empty($item['image'])) @endif

{!! !empty($item['detail']) ? $item['detail'] : "" !!}

@endif @endforeach
@endif
@foreach ($data['channel'] as $item_id => $item) @if ($item_id > 1)

{{ !empty($item['name']) ? $item['name'] : "" }}

@if (!empty($item['image'])) @endif

{!! !empty($item['detail']) ? $item['detail'] : "" !!}

@endif @endforeach