@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

TV Channel

@if (session('success')) @endif @if (session('error')) @endif {{-- --}} {{-- --}} @foreach ($channels as $channel) {{-- --}} {{-- --}} @endforeach
No Channel SourcePortLogo Code CategoryProtocolActions
{{ $channel->no }} {{ $channel->name }} {{ $channel->udp }}{{ $channel->port }} @if ($channel->logo && $channel->logo != 'noimage.jpg') Logo @else No Image @endif {{ $channel->category }}{{ $channel->proto }}
@endsection