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

HLS Channel

{{-- --}} {{-- --}} @foreach ($hls_channels as $channel) {{-- --}} {{-- --}} {{-- --}} @endforeach
No Channel SourcePortLogo 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 }} Edit
@csrf @method('DELETE')