@extends('backend.layout') @section('content')
{{ $title }} Danh sách
{{ csrf_field() }}

Thông tin

{{ @$errors->first('name') }}
{{ @$errors->first('sub_name') }}
{{ @$errors->first('code') }}
{{ @$errors->first('orderBy') }}
{{ @$errors->first('properties[description]') }}
{{ @$errors->first('countries') }}
{{ @$errors->first('cates') }}
{{ @$errors->first('packages') }}
{{ @$errors->first('images') }}
@if(isset($id))

Danh sách link

@foreach($content->streams as $key => $link) @if(!$link->deleted_at) @endif @endforeach
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush