@extends('admin.layout') @section('custom-style') @endsection @section('content') Live Broadcast Channel Live Broadcast Channel Create Create Live Broadcast Channel @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if(\Session::has('error')) {!! \Session::get('error') !!} @endif @if(\Session::has('success')) {!! \Session::get('success') !!} @endif {{csrf_field()}} Channel Name* Mobile Channel Thumbnail(Portrait - 1250 * 1333 MX - 2MB)* Mobile Channel Thumbnail Preview (Portrait) Desktop Channel Thumbnail(Landscape - 1280 * 720 MX - 2MB)* Desktop Channel Thumbnail Preview (Landscape) @endsection @section('custom-scripts') @endsection