@extends($user['vendor'] == 1?'user.layout.balancelayout':'user.layout_user.balancelayout') @section('tab3','active') @section('tab')
@if(count($lists) == 0)
{{{ trans('main.no_financial_doc') }}}
| # | {{{ trans('main.title') }}} | {{{ trans('main.description') }}} | {{{ trans('main.amount') }}} ({{{ currencySign() }}}) | {{{ trans('main.type') }}} | {{{ trans('main.creator') }}} | {{{ trans('main.date') }}} | @foreach($lists as $item)
|---|---|---|---|---|---|---|
| {{{ $item->id or 0 }}} | {{{ $item->title or '' }}} | {{{ $item->description or '' }}} | type =='add') class="green-s" @else class="red-s" @endif>{{{ $item->price or '' }}} | @if($item->type =='add') {{{ trans('main.addiction') }}} @else {{{ trans('main.deduction') }}} @endif | @if($item->mode == 'auto') {{{ trans('main.automatic') }}} @else {{{ $item->exporter->name or $item->exporter->username }}} @endif | {{{ date('d F Y | H:i',$item->create_at) }}} |