@extends('admin.layouts') @section('css') @endsection @section('content')

推送消息列表

重置
@if ($list->isEmpty()) @else @foreach($list as $vo) @endforeach @endif
# 消息标题 消息内容 推送状态 推送时间 错误信息
暂无数据
{{$vo->id}} {{$vo->title}} {{$vo->content}} {{$vo->status_label}} {{$vo->created_at}} {{$vo->error}}
@endsection @section('script') @endsection