@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @push('styles') @endpush @section('filter-section') {{--

@lang('app.duration')

--}}

@lang('Year')

{{--
@lang('app.clearFilters')
--}}
@endsection @section('content')
{{--
--}}

January

{{user_setting()->country->currency_iso}} {{currency_format($januaryOrderSumary[0]->tot_amount_due - $januaryOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}

Balance
{{user_setting()->country->currency_iso}} {{currency_format($januaryOrderSumary[0]->tot_amount_due,$currentCurrencyId,false)}}
Amount
{{user_setting()->country->currency_iso}} {{currency_format($januaryOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}
Amount Paid
{{$januaryOrderSumary[0]->tot_invoices}}
Invoices
{{$januaryOrderSumary[0]->tot_paid_invoices}}
Paid
@php $per_perc =$januaryOrderSumary[0]->tot_invoices/100; $paid_inv = ($januaryOrderSumary[0]->tot_invoices - $januaryOrderSumary[0]->tot_unpaid_invoices); $paid_perc = ($paid_inv> 0)?ceil(($paid_inv)/$per_perc):0; @endphp

February

{{user_setting()->country->currency_iso}} {{currency_format($februaryOrderSumary[0]->tot_amount_due - $februaryOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}

Balance
{{user_setting()->country->currency_iso}} {{currency_format($februaryOrderSumary[0]->tot_amount_due,$currentCurrencyId,false)}}
Amount
{{user_setting()->country->currency_iso}} {{currency_format($februaryOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}
Amount Paid
{{$februaryOrderSumary[0]->tot_invoices}}
Invoices
{{$februaryOrderSumary[0]->tot_paid_invoices}}
Paid
@php $per_perc =$februaryOrderSumary[0]->tot_invoices/100; $paid_inv = ($februaryOrderSumary[0]->tot_invoices - $februaryOrderSumary[0]->tot_unpaid_invoices); $paid_perc = ($paid_inv> 0)?ceil(($paid_inv)/$per_perc):0; @endphp

March

{{user_setting()->country->currency_iso}} {{currency_format($marchOrderSumary[0]->tot_amount_due - $marchOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}

Balance
{{user_setting()->country->currency_iso}} {{currency_format($marchOrderSumary[0]->tot_amount_due,$currentCurrencyId,false)}}
Amount
{{user_setting()->country->currency_iso}} {{currency_format($marchOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}
Amount Paid
{{$marchOrderSumary[0]->tot_invoices}}
Invoices
{{$marchOrderSumary[0]->tot_paid_invoices}}
Paid
@php $per_perc =$marchOrderSumary[0]->tot_invoices/100; $paid_inv = ($marchOrderSumary[0]->tot_invoices - $marchOrderSumary[0]->tot_unpaid_invoices); $paid_perc = ($paid_inv> 0)?ceil(($paid_inv)/$per_perc):0; @endphp

April

{{user_setting()->country->currency_iso}} {{currency_format($aprilOrderSumary[0]->tot_amount_due - $aprilOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}

Balance
{{user_setting()->country->currency_iso}} {{currency_format($aprilOrderSumary[0]->tot_amount_due,$currentCurrencyId,false)}}
Amount
{{user_setting()->country->currency_iso}} {{currency_format($aprilOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}
Amount Paid
{{$aprilOrderSumary[0]->tot_invoices}}
Invoices
{{$aprilOrderSumary[0]->tot_paid_invoices}}
Paid
@php $per_perc =$aprilOrderSumary[0]->tot_invoices/100; $paid_inv = ($aprilOrderSumary[0]->tot_invoices - $aprilOrderSumary[0]->tot_unpaid_invoices); $paid_perc = ($paid_inv> 0)?ceil(($paid_inv)/$per_perc):0; @endphp

May

{{user_setting()->country->currency_iso}} {{currency_format($mayOrderSumary[0]->tot_amount_due - $mayOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}

Balance
{{user_setting()->country->currency_iso}} {{currency_format($mayOrderSumary[0]->tot_amount_due,$currentCurrencyId,false)}}
Amount
{{user_setting()->country->currency_iso}} {{currency_format($mayOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}
Amount Paid
{{$mayOrderSumary[0]->tot_invoices}}
Invoices
{{$mayOrderSumary[0]->tot_paid_invoices}}
Paid
@php $per_perc =$mayOrderSumary[0]->tot_invoices/100; $paid_inv = ($mayOrderSumary[0]->tot_invoices - $mayOrderSumary[0]->tot_unpaid_invoices); $paid_perc = ($paid_inv> 0)?ceil(($paid_inv)/$per_perc):0; @endphp

June

{{user_setting()->country->currency_iso}} {{currency_format($juneOrderSumary[0]->tot_amount_due - $juneOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}

Balance
{{user_setting()->country->currency_iso}} {{currency_format($juneOrderSumary[0]->tot_amount_due,$currentCurrencyId,false)}}
Amount
{{user_setting()->country->currency_iso}} {{currency_format($juneOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}
Amount Paid
{{$juneOrderSumary[0]->tot_invoices}}
Invoices
{{$juneOrderSumary[0]->tot_paid_invoices}}
Paid
@php $per_perc =$juneOrderSumary[0]->tot_invoices/100; $paid_inv = ($juneOrderSumary[0]->tot_invoices - $juneOrderSumary[0]->tot_unpaid_invoices); $paid_perc = ($paid_inv> 0)?ceil(($paid_inv)/$per_perc):0; @endphp

July

{{user_setting()->country->currency_iso}} {{currency_format($julyOrderSumary[0]->tot_amount_due - $julyOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}

Balance
{{user_setting()->country->currency_iso}} {{currency_format($julyOrderSumary[0]->tot_amount_due,$currentCurrencyId,false)}}
Amount
{{user_setting()->country->currency_iso}} {{currency_format($julyOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}
Amount Paid
{{$julyOrderSumary[0]->tot_invoices}}
Invoices
{{$julyOrderSumary[0]->tot_paid_invoices}}
Paid
@php $per_perc =$julyOrderSumary[0]->tot_invoices/100; $paid_inv = ($julyOrderSumary[0]->tot_invoices - $julyOrderSumary[0]->tot_unpaid_invoices); $paid_perc = ($paid_inv> 0)?ceil(($paid_inv)/$per_perc):0; @endphp

August

{{user_setting()->country->currency_iso}} {{currency_format($augustOrderSumary[0]->tot_amount_due - $augustOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}

Balance
{{user_setting()->country->currency_iso}} {{currency_format($augustOrderSumary[0]->tot_amount_due,$currentCurrencyId,false)}}
Amount
{{user_setting()->country->currency_iso}} {{currency_format($augustOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}
Amount Paid
{{$augustOrderSumary[0]->tot_invoices}}
Invoices
{{$augustOrderSumary[0]->tot_paid_invoices}}
Paid
@php $per_perc =$augustOrderSumary[0]->tot_invoices/100; $paid_inv = ($augustOrderSumary[0]->tot_invoices - $augustOrderSumary[0]->tot_unpaid_invoices); $paid_perc = ($paid_inv> 0)?ceil(($paid_inv)/$per_perc):0; @endphp

September

{{user_setting()->country->currency_iso}} {{currency_format($septemberOrderSumary[0]->tot_amount_due - $septemberOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}

Balance
{{user_setting()->country->currency_iso}} {{currency_format($septemberOrderSumary[0]->tot_amount_due,$currentCurrencyId,false)}}
Amount
{{user_setting()->country->currency_iso}} {{currency_format($septemberOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}
Amount Paid
{{$septemberOrderSumary[0]->tot_invoices}}
Invoices
{{$septemberOrderSumary[0]->tot_paid_invoices}}
Paid
@php $per_perc =$septemberOrderSumary[0]->tot_invoices/100; $paid_inv = ($septemberOrderSumary[0]->tot_invoices - $septemberOrderSumary[0]->tot_unpaid_invoices); $paid_perc = ($paid_inv> 0)?ceil(($paid_inv)/$per_perc):0; @endphp

October

{{user_setting()->country->currency_iso}} {{currency_format($octoberOrderSumary[0]->tot_amount_due - $octoberOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}

Balance
{{user_setting()->country->currency_iso}} {{currency_format($octoberOrderSumary[0]->tot_amount_due,$currentCurrencyId,false)}}
Amount
{{user_setting()->country->currency_iso}} {{currency_format($octoberOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}
Amount Paid
{{$octoberOrderSumary[0]->tot_invoices}}
Invoices
{{$octoberOrderSumary[0]->tot_paid_invoices}}
Paid
@php $per_perc =$octoberOrderSumary[0]->tot_invoices/100; $paid_inv = ($octoberOrderSumary[0]->tot_invoices - $octoberOrderSumary[0]->tot_unpaid_invoices); $paid_perc = ($paid_inv> 0)?ceil(($paid_inv)/$per_perc):0; @endphp

November

{{user_setting()->country->currency_iso}} {{currency_format($novemberOrderSumary[0]->tot_amount_due - $novemberOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}

Balance
{{user_setting()->country->currency_iso}} {{currency_format($novemberOrderSumary[0]->tot_amount_due,$currentCurrencyId,false)}}
Amount
{{user_setting()->country->currency_iso}} {{currency_format($novemberOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}
Amount Paid
{{$novemberOrderSumary[0]->tot_invoices}}
Invoices
{{$novemberOrderSumary[0]->tot_paid_invoices}}
Paid
@php $per_perc =$novemberOrderSumary[0]->tot_invoices/100; $paid_inv = ($novemberOrderSumary[0]->tot_invoices - $novemberOrderSumary[0]->tot_unpaid_invoices); $paid_perc = ($paid_inv> 0)?ceil(($paid_inv)/$per_perc):0; @endphp

December

{{user_setting()->country->currency_iso}} {{currency_format($decemberOrderSumary[0]->tot_amount_due - $decemberOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}

Balance
{{user_setting()->country->currency_iso}} {{currency_format($decemberOrderSumary[0]->tot_amount_due,$currentCurrencyId,false)}}
Amount
{{user_setting()->country->currency_iso}} {{currency_format($decemberOrderSumary[0]->tot_amount_paid,$currentCurrencyId,false)}}
Amount Paid
{{$decemberOrderSumary[0]->tot_invoices}}
Invoices
{{$decemberOrderSumary[0]->tot_paid_invoices}}
Paid
@php $per_perc =$decemberOrderSumary[0]->tot_invoices/100; $paid_inv = ($decemberOrderSumary[0]->tot_invoices - $decemberOrderSumary[0]->tot_unpaid_invoices); $paid_perc = ($paid_inv> 0)?ceil(($paid_inv)/$per_perc):0; @endphp
{{--
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
--}}
@endsection @push('scripts') @include('sections.datatable_js') @endpush