@extends('admin::layouts.master') @section('title', '国家管理') @section('content')
ID 名称 编码 创建时间 修改时间 排序 状态 操作
@{{ country.id }} @{{ country.name }} @{{ country.code }} @{{ country.created_at }} @{{ country.updated_at }} @{{ country.sort_order }} {{ __('common.enable') }} {{ __('common.disable') }}
保存 取消
@endsection @push('footer') @include('admin::shared.vue-image') @endpush