@extends('backend.layout') @section('content')
{{ ( isset($id) ? 'Cập nhật' :'Thêm mới') }} link stream cho nội dung: {{ $vod->name }} Danh sách
{{ csrf_field() }}
{{ @$errors->first('link') }}
{{ @$errors->first('title') }}
{{ @$errors->first('type') }}
{{ @$errors->first('type_stream') }}
{{ @$errors->first('quality') }}
{{ @$errors->first('protocol') }}
{{ @$errors->first('user_id') }}
{{ @$errors->first('description') }}
@endsection @push('scripts') @endpush