@extends('admin.layout') @php $isEdit = isset($slide) && $slide; @endphp @section('title', $isEdit ? '编辑轮播项' : '新建轮播项') @section('page-title', $isEdit ? '编辑轮播项' : '新建轮播项') @section('actions') 返回列表 @endsection @section('content')
@csrf @if ($isEdit) @method('PUT') @endif

仅用于后台识别与该区块的无障碍标题,不会作为大字标题显示(大字标题请在下方正文内排版)。

使用富文本编辑主标题、副标题与说明文字;支持加粗、列表、引用、插入图片等。

取消
@endsection