Files

13 lines
427 B
PHP

@extends('admin.layouts.app')
@section('title', '创建节日福利活动')
@section('content')
@include('admin.holiday-events.partials.form', [
'action' => route('admin.holiday-events.store'),
'pageTitle' => '🎊 创建节日福利活动',
'pageDescription' => '支持一次性、周期性与 yearly 年度节日调度配置。',
'submitLabel' => '🎊 创建活动',
])
@endsection