@extends('layouts.app') @section('title') New Channels @endsection @section('description') Create a new Channels @endsection @section('breadcrumb')
  • New Channels
  • @endsection @section('content')

    Create A New Channels

    @if($errors->any())
    @foreach($errors->all() as $error)

    {{ $error }}

    @endforeach
    @endif
    {{ csrf_field() }}
    {{-- CODE --}}
    {{-- PICK NAME --}}
    {{-- SHOW NAME --}}
    {{-- Upload File --}}
    @endsection