@extends('backend.layout') @section('content')
{{ csrf_field() }}
{{ $title }} Danh sách
{{ @$errors->first('name') }}
{{ @$errors->first('code') }}
{{ @$errors->first('description') }}
@endsection