@extends('backend.layout') @section('content')
{{ csrf_field() }}
{{ $title }} Danh sách Kênh
{{ @$errors->first('idchanel') }}
{{ @$errors->first('chid') }}
{{ @$errors->first('lenght') }}
{{ @$errors->first('description') }}
@endsection @push('styles') @endpush @push('scripts') @endpush