@extends('vip.layouts') @section('content')
{!! csrf_field() !!}
@isset($admin['grade']) @if($admin['grade']=='0')
如:天数:2---年月日:2018-09-18
@endif @endisset
@if(S('ACTION')!='view')
返回
@endif
@endsection