@foreach ($moreinfinity as $category)
{{ $category['name'] }}
{{__('frontend.view_all')}}
@php $channel_data = $category['channel_data']->toArray(request()); @endphp @foreach ($channel_data as $resource)
@include('frontend::components.card.card_tv_category', ['moreinfinity_card' => $resource])
@endforeach
@endforeach