@extends('backend.layout') @section('content')
{{ csrf_field() }}
{{ $title }} Danh sách danh mục
{{ @$errors->first('display_name') }}
{{ @$errors->first('code') }}
{{ @$errors->first('parent_id') }}
{{ @$errors->first('country_id') }}
{{ @$errors->first('type') }}
{{ @$errors->first('description') }}
{{ @$errors->first('price') }}
{{ @$errors->first('image') }}
@endsection @push('styles') @endpush @push('scripts') @endpush