@extends('layouts.admin') @section('title', '首页配置 - '.$module->name) @section('head') @include('admin.partials.modern-form-head') @include('admin.partials.modern-index-head') @endsection @section('page_subtitle', '模块配置与条目列表已拆分,支持新增与单条编辑。') @section('page_actions') 返回模块列表 @endsection @section('content')
* 为必填项
| 标题 | 链接 | 图片 | 状态 | 排序 | 操作 |
|---|---|---|---|---|---|
|
{{ $item->title ?: '-' }}
{{ $item->subtitle ?: '-' }}
|
{{ $item->link_type }}
{{ $item->link_target ?: '-' }}
|
@if(!empty($item->image_path))
|
@if($item->enabled) 启用 @else 停用 @endif | {{ (int) $item->sort_order }} | 修改 |
| 当前模块暂无条目,请先新增。 | |||||