{{ __('Finance Summary') }}

{{ __('Export Excel') }} {{ __('Export PDF') }}
@foreach($this->getFinanceData() as $row) @endforeach
{{ __('Item') }} {{ __('Amount TTC') }} {{ __('Amount HT') }} {{ __('TVA') }}
{{ $row['item'] }} {{ $row['amount_ttc'] }} {{ $row['amount_ht'] }} {{ $row['tva'] }}
{{ __('Total') }} {{ $this->getTotalTtc() }} {{ $this->getTotalHt() }} {{ $this->getTotalTva() }}