{{--
{{$result['Email_configurations']['products']['name']}}-IPTV Set top
box provider
--}}
{{--
@if($result['Email_configurations'])
@endif
--}}
@php $emailConfig = optional($result['Email_configurations']); $websiteUrl = optional($emailConfig->products)['website_url']; $image = optional($emailConfig)['image']; @endphp @if($websiteUrl)
@if($image)
@endif
@endif
@if(count($result['channelsData'])>0) @foreach($result['channelsData'] as $chName) @if($i == '1')
@endif
{{ $chName->chnannel_id }}. {{ str_replace('*', '', $chName->chnannel_name) }}
@if($i == '3')
@endif @endforeach @endif