@props([ 'export' => false, ]) @extends('report.layout') @section('title', $invoice->correlative_code) @section('type', __('lang.invoice')) @section('extra_info')
| {{ __('lang.sub_total') }}: | {{ MoneyHelper::format($invoice->clientStatusEstimate->estimateTemplate->sub_total) }} |
| {{ __('lang.tax') }}: | {{ MoneyHelper::format($invoice->clientStatusEstimate->estimateTemplate->tax) }} |
| {{ __('lang.discount') }} : {{ $invoice->clientStatusEstimate->estimateTemplate->getDiscountName() }}: | {{ MoneyHelper::format($invoice->clientStatusEstimate->estimateTemplate->getDiscountTotal()) }} |
| {{ __('lang.total') }} : {{ MoneyHelper::format($invoice->clientStatusEstimate->estimateTemplate->total) }} |