@extends('backend.layout') @section('content')
{{ csrf_field() }}
{{ $title }} Danh sách
{{ @$errors->first('name') }}
{{ @$errors->first('code') }}
{{ @$errors->first('cate_id') }}
{{ @$errors->first('user_id') }}
{{ @$errors->first('price') }}
{{ @$errors->first('contact') }}
{{ @$errors->first('description') }}
{{ @$errors->first('image') }}
{{ @$errors->first('qr') }}
@endsection @push('styles') @endpush @push('scripts') @endpush