@extends('backend.layout') @section('content')
{{ csrf_field() }}
{{ $title }} Danh sách
{{ @$errors->first('name') }}
{{ @$errors->first('content') }}
{{ @$errors->first('price') }}
{{ @$errors->first('cate_id') }}
{{ @$errors->first('partner_id') }}
{{ @$errors->first('countrie_id') }}
{{ @$errors->first('note') }}
{{ @$errors->first('avatar') }}
@endsection @push('styles') @endpush @push('scripts') @endpush