@extends('layouts.admin_layout.admin_layout') @section('content')

Channel

Tv Channels

Add
@foreach($items as $item) @if($item->content_type=='channel') @endif @endforeach
Sl.No Name Image Tv Category BannerImage Url Url Type Country Action
{{ $no++ }} {{$item->name}} @if(!empty($item->image)) image @endif {{$item->tv_cat_name}} @if(!empty($item->banner_image)) image @endif
@if(!empty($item->url)) {{$item->url}} @else no url @endif
{{$item->type_name}} {{$item->country_name}} mode_edit delete
@endsection