@extends($user['vendor'] == 1?'user.layout.balancelayout':'user.layout_user.balancelayout') @section('tab2','active') @section('tab')
@if(count($lists) == 0)
{{{ trans('main.not_found') }}}
@else
@foreach($lists as $item) @endforeach
{{{ trans('main.title') }}} {{{ trans('main.customer') }}} {{{ trans('main.address') }}} {{{ trans('main.tracking_code') }}} {{{ trans('main.date') }}} {{{ trans('main.income') }}} {{{ trans('main.status') }}} {{{ trans('main.controls') }}}
{{{ $item->content->title or '' }}} {{{ $item->buyer->name or $item->buyer->username }}} @if($item->type == 'post') {{{ trans('main.view') }}} @endif @if($item->type == 'post')
@endif
{{{ date('d F Y | H:i',$item->create_at) }}} {{{ currencySign() }}}{{{ $item->transaction->income or 0 }}} @if($item->post_feedback == null) {{{ trans('main.waiting') }}} @elseif($item->post_feedback == 1) {{{ trans('main.successful') }}} @elseif($item->post_feedback == 2 || $item->post_feedback == 3) {{{ trans('main.failed') }}} @endif @if($item->type == 'post') @endif
@if(!isset($_GET['p']) && $count>20) @endif @if(isset($_GET['p']) && $count>($_GET['p']+1)*20) @endif @if(isset($_GET['p']) && $_GET['p']>0) @endif
@endif @endsection