@extends('backend.layout') @section('content')
{{ csrf_field() }}
{{ $title }} Danh sách
{{ @$errors->first('title') }}
{{ @$errors->first('link') }}
{{ @$errors->first('type') }}
{{ @$errors->first('count_view') }}
{{ @$errors->first('note') }}
@endsection @push('styles') @endpush @push('scripts') @endpush