@extends('layouts.admin') @section('title', '编辑条目 - '.$module->name) @section('head') @include('admin.partials.modern-form-head') @endsection @section('page_subtitle', '独立编辑模块条目,保存后返回模块列表。') @section('page_actions') 返回模块配置 @endsection @section('content')
@foreach($moduleNav as $navItem) {{ $navItem->name }} @endforeach

编辑条目

@csrf @method('put')
@if(!empty($item->image_path))
item image
@endif
若为频道卡片/横幅,标题、图片、链接需同时填写。
@foreach($routeOptions as $option) @endforeach @endsection