@lang('dashboard_sidebar.home')
{{ session()->get('message') }}
@endif@lang('dashboard_banks.last_operations')
@lang('dashboard_banks.report_last_operations') .
@lang('dashboard_banks.from_to') | @lang('dashboard_banks.date') | @lang('dashboard_banks.operation_description') | @lang('dashboard_banks.bank') | @lang('dashboard_sidebar.taxes') | @lang('dashboard_banks.account') | @lang('dashboard_banks.spent') | @lang('dashboard_banks.received') | @lang('buttons.process') |
---|---|---|---|---|---|---|---|---|
@if($move->moveable!= null){{ $move->type() }}@endif {{ optional($move->moveable)->company_name }} | {{ $move->date }} | {{ $move->bank->name }} | @if($move->tax){{ optional($move->tax)->name .' (' . optional($move->tax)->percentage .')'}}@endif | {{@$move->account->name}} | @if($move->amount_type =='spent') {{ $move->amount }}$@endif | @if($move->amount_type =='received') {{ $move->amount }}$@endif |
@if(!$move->isAdded && $move->deleted_at == null)
@else
@if ($move->isAdded==false && $move->deleted_at != null)
@elseif ($move->isAdded==true && $move->deleted_at != null)
@endif
{{-- @elseif ($move->parent!=0)
@endif --}}
@endif
{{-- start of cmpare --}}
@lang('dashboard_banks.match_operation')@lang('dashboard_banks.payment_from') @lang('dashboard_banks.bank'){{ $move->bank->name }} .@lang('dashboard_banks.on') {{ $move->date }} {{ $move->amount }}@lang('dashboard_banks.split_procedure')@lang('dashboard_banks.payment_from') {{ $move->bank->name }} @lang('dashboard_banks.bank'). @lang('dashboard_banks.on') {{ $move->date }} {{ $move->amount }}@lang('dashboard_banks.operation_procedure')@lang('dashboard_banks.delete_operation')@lang('dashboard_banks.operation_description'){{ $move->description }} @lang('dashboard_banks.file') {{ $move->file->path }} |
|
@lang('dashboard_banks.no_data_found') |
{{ $moves->links() }}
@endif --}}