@extends('layouts.base') @section('title', '店铺装修') @section('content')
筛选
页面管理 (总数: {{ $pageList->total() }})
@if($pageList->total() >= 1) @foreach($pageList as $key => $list) @endforeach @else @endif
ID 上次修改时间 页面名称 页面类型 操作
{{ $list->id }} {{ $list->updated_at }} {{ $list->page_name }} @if(in_array(1, $list->page_type_cast)) @endif @if(in_array(2, $list->page_type_cast)) @endif @if(in_array(7, $list->page_type_cast)) @endif @if(in_array(8, $list->page_type_cast)) @endif @if(in_array(5, $list->page_type_cast)) @endif @if(in_array(0, $list->page_type_cast)) @endif @if(in_array(9, $list->page_type_cast)) @endif @if(in_array(10, $list->page_type_cast)) @endif 预览 - {{--复制链接 ?---}} @if(in_array(9, $list->page_type_cast) || in_array(10, $list->page_type_cast)) 编辑 - @else 编辑 - @endif 删除 - @if(in_array(9, $list->page_type_cast) || in_array(10, $list->page_type_cast)) 复制链接 @else 复制链接 @endif
亲~您还没有添加自定义页面哦~您可以尝试 ↙ 左下角的 “添加一个新页面
添加装修页面 添加小程序(NATIVE) Tips:同一个类型仅允许设置一个默认首页,其他页面为自定义页面
{!! $page !!}
@endsection