{{ __('No.') }} | {{ __('Service') }} | {{ __('Qty') }} |
{{ __('Unit Price') }}
{{ __(' w/o VAT') }}
|
{{ __('Value') }} | {!! __('VAT Value') !!} |
---|---|---|---|---|---|
{{ ++$i }} | {{ $invoiceService['service_name'] }} |
{{ $helperService->formatAsDecimal($invoiceService['service_quantity'], 2, ' ') }}
{{ __($invoiceService['service_measurement_unit']) }}
|
{{ $helperService->formatAsDecimal($invoiceService['unitary_service_price'], 2, ' ') }} | {{ $helperService->formatAsDecimal($invoiceService['service_value'], 2, ' ') }} | {{ $helperService->formatAsDecimal($invoiceService['service_vat_value'], 2, ' ') }} |
{{ __('SUBTOTAL') }} | {{ $helperService->formatAsDecimal($invoice->value_with_vat - $invoice->vat_value, 2, ' ') }} | {{ $helperService->formatAsDecimal($invoice->vat_value, 2, ' ') }} | |||
{{ __('TOTAL') }} | {{ $helperService->formatAsDecimal($invoice->value_with_vat, 2, ' ') }} |
{{ __('Issued by') }}: {{ Str::upper($invoice->user->last_name) }}
{{ Str::upper($invoice->user->first_name) }}{{ isset($invoice->user->id_card_series) ? ', ' . Str::upper($invoice->user->id_card_series) : '' }}