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

Edit Channel

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
{{--
--}}
@if ($hls_channel->logo) Channel Logo @endif
{{--
--}} Cancel