@extends('admin.layout') @section('header') @endsection @section('content')
{{ $model_name . '列表' }}
@if($list->count() <= 0) @else @foreach($list as $item) @endforeach @endif
购买信息 金额 订单状态 操作
暂无{{ $model_name }}
{{ $item->created_at . ' 订单号:' . $item->out_trade_no . ' 用户:' . $item->getStudentName() . ' 电话:' . $item->phone }}
{{ $item->getPayPosition() }} {{ $item->money }}
付款状态:{!! $item->getPayStatusLabel() !!}
支付方式:{!! $item->getPayMethodLabel() !!}
详情 备注
删除
{{ $list->links() }}
@endsection @section('footer') @endsection