@extends('admin.layout') @section('header') @endsection @section('content')
| ID | 状态 | 付款状态 | 时间 | 操作 | 
|---|---|---|---|---|
| 暂无{{ $model_name }} | ||||
| {{ $item->id }} | {!! $item->getStatusLabel() !!} | {!! $item->getPayStatusLabel() !!} | {{ $item->created_at }} | 
                                                 
                                                    查看
                                                     
                                            删除 
                                                 |