@extends('admin.frame_form') @if (!isset($activesTheme)) @section('action', '添加') @else @section('action', '编辑') @endif @section('who', '活动主题') @section('form_content') *活动主题名称:     {{ $errors->first('name') }} @stop