@extends($user['vendor'] == 1 ? getTemplate() . '.user.layout.balancelayout' : getTemplate() . '.user.layout_user.balancelayout') @section('tab6','active') @section('tab')
{{ trans('main.account_charge') }}
@if($user['vendor'] == 1)
{{ trans('main.withdrawable_amount') }}
@endif
@if(count($lists) == 0)
{{ trans('main.no_financial_doc') }}
@else
@foreach($lists as $item) @endforeach
{{ trans('main.title') }} {{ trans('main.description') }} {{ trans('main.amount') }} ({{ currencySign() }}) {{ trans('main.type') }} {{ trans('main.creator') }}
{{ $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
@if(empty(request()->get('p')) and $count > 20) @endif @if(!empty(request()->get('p')) and $count>(request()->get('p') +1) * 20) @endif @if(!empty(request()->get('p')) and request()->get('p') > 0) @endif
@endif @endsection