@extends('admin.base') @section('content')
@can('zixun.article.destroy') @endcan @can('zixun.article.create') 添 加 @endcan
@endsection @section('script') @can('zixun.article') @endcan @endsection