@extends('layouts.base') @section('title', '店铺装修') @section('content')
筛选
页面管理 (总数: {{ $designerList->count() }})
{{----}} @if($designerList->count() >= 1) @foreach($designerList as $list) {{-- --}} @endforeach @else @endif
ID 页面名称 页面类型关键字页面创建时间 最后修改时间 是否默认 操作
{{ $list->id }} {{ $list->page_name }} @if($list->page_type == 1) @elseif($list->page_type == 2) @elseif($list->page_type == 3) @elseif($list->page_type == 4) @elseif($list->page_type == 9) @endif {{ $list->keyword }}{{ $list->created_at }} {{ $list->updated_at }} @if($list->page_type != 4) @if($list->is_default == 1) @else @endif @else - @endif 预览 - {{--复制链接 ?---}} 编辑 - 删除 - 复制链接
亲~您还没有添加自定义页面哦~您可以尝试 ↙ 左下角的 “添加一个新页面
添加公众号页面 添加小程序页面 Tips:自定义页面启用默认后将代替系统默认页面(商城首页),同一个类型的页面仅允许设置一个默认页面
{!! $pager !!}
@endsection