@extends('layouts.base') @section('title', '推送消息') @section('content')
| ID | 消息类型 | 内容 | 时间 | |
|---|---|---|---|---|
| {{ $v['id'] }} | {{ $data['msg'][$v['type']]}} | @if($data['type'][$v['type']] == 1)商品id:{{ $v['goods_id'] }} | @else订单id:{{ $v['order_id'] }} | @endif{{ $v['created_at'] }} |