@extends('layouts.base') @section('title', '出价记录') @section('content')
{{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- {!!app\common\helpers\DateRange::tplFormFieldDateRange('search[time]', [--}} {{-- 'starttime'=>$search['time']['start'] ?: date('Y-m-d H:i:s'),--}} {{-- 'endtime'=>$search['time']['end'] ?: date('Y-m-d H:i:s'),--}} {{-- 'start'=>0,--}} {{-- 'end'=>0--}} {{-- ], true)!!}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}}
@foreach($pageList as $list) @endforeach
ID 会员 状态 出价时间 出价金额 次数
{{ $list->id }} @if(!empty($list->hasOneMember->avatar))
@endif @if(empty($list->hasOneMember->nickname)) 未更新 @else {{ $list->hasOneMember->nickname }} @endif
{{ $list->status_name }} {{ $list->created_at }} {{ $list->price }} {{ $list->number }}
{!! $pager !!}
@endsection