@extends('front.layouts.front') @section('maincss') @endsection @section('content') Custom Channel Create @csrf @method('put') Name {{-- Handle --}} Description {{ $channel->description }} Logo Banner {{-- Language --}} Channel URL {{-- Contact Email Contact Mobile --}} Update Cancel @endsection @section('script') @endsection