@extends('vip.layouts') @section('content')
{!! csrf_field() !!} @if(S('ACTION')=='add')
@endif @if(S('ACTION')=='edit')
@endif
@if(checkRriv('/admin/Notice/view'))@endif
@endsection