|
Furnizor:
S.C. NEXXON S.R.L.
Adresa: Targu Secuiesc, Str. Orban Balazs nr. 14
Registrul comertului: J14/202/1996 CIF: RO8509728 B.C.R RO26 RNCB 0127 0075 0458 0001 Adresa e-mail: vanzari@nexxon.ro Telefon: 0267-364 170 Operator: ??? CNP: ??? Serie/Nr. buletin: RR/RR |
@if(!empty($logo))
FACTURA FISCALA
Numar: {{ $invoice->number }}
Serie: Data factura: {{ \Carbon\Carbon::parse($invoice->date)->format('d.m.Y') }} |
Cumparator:
{{ $invoice->organization_name }}
Adresa: {{ $invoice->address_name }}
|
| Nr. crt |
Denumirea produselor sau a serviciilor | UM | Cant. | Pret unitar (Fara TVA) - Lei - |
Subtotal (Fara TVA) - Lei - |
TVA % |
Valoare TVA - Lei - |
Total (cu TVA) - Lei - |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->name }} | buc | {{ number_format($item->quantity, 0, ',', '.') }} | {{ number_format($item->unit_price, 2, ',', '.') }} | {{ number_format($item->amount, 2, ',', '.') }} | {{ number_format($item->vat_percent, 0) }} | {{ number_format($item->vat, 2, ',', '.') }} | {{ number_format($item->amount + $item->vat, 2, ',', '.') }} |
| Total TVA Lei: | {{ number_format($total_vat, 2, ',', '.') }} |
| Total fara TVA Lei: | {{ number_format($total_without_vat, 2, ',', '.') }} |
| Valoare totala Lei: | {{ number_format($total_with_vat, 2, ',', '.') }} |