@extends('admin/public/layout') @section('content') 公告管理 编辑公告 @include('admin/public/error') 公告标题 公告标题样式 (可以为空,也可以自定义样式,例如:style="color:red" ) 公告链接地址 状态 status===1) checked @endif /> 已审核 status===0) checked @endif /> 待审核 @endsection @section('script') @endsection