@extends('admin.layout') @section('content')

ID

{{ $data['id'] or ''}}

数据字典表

{{ $data['dictionary_table_code'] or ''}}

数据字典代码

{{ $data['dictionary_code'] or ''}}

程序中使用,数据库使用value

{{ $data['key'] or ''}}

编码

{{ $data['value'] or ''}}

名称

{{ $data['name'] or ''}}

输入码,通常用于保留拼音

{{ $data['input_code'] or ''}}

排序

{{ $data['sort'] or ''}}

ID

{{ $data['created_at'] or ''}}

ID

{{ $data['updated_at'] or ''}}

{{ $data['deleted_at'] or ''}}

@endsection