@extends('layouts.app') @section('title') Edit Channels {{$channel->pick_name}} @endsection @section('description') Edit Channels @endsection @section('breadcrumb')
  • Channels
  • Edit Channels
  • @endsection @section('content')

    Edit Channels {{$channel->pick_name}}

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

    {{ $error }}

    @endforeach
    @endif
    {{ csrf_field() }}
    image)}} ">
    @endsection