@extends('layouts.base') @section('title', '店铺菜单') @section('content')
| ID | 菜单名称 | 创建时间 | @if($ingress != 'weChatApplet') 是否默认 @endif | 操作 | |||
|---|---|---|---|---|---|---|---|
| {{ $list->id }} | {{ $list->menu_name }} | {{ $list->created_at }} | @if($ingress != 'weChatApplet')@if($list->is_default == 1) @else @endif | @else@endif | 编辑 删除 | ||
| 亲~您还没有添加自定义菜单哦~您可以尝试 ↙ 左下角的 “ 添加一个新菜单 ” | |||||||
| 添加一个新菜单 Tips:自定义菜单启用默认后将代替系统默认菜单 | |||||||
| {!! $pager !!} | |||||||