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