@php $price_with_vat = round(($proforma->amount*1.19),2); $vat = $price_with_vat - $proforma->amount; $total_amount = number_format($price_with_vat, 2, ',', '.'); @endphp
S.C. TBF APPS S.R.L. CIF: RO 41670067
Reg. Com.: J26/1830/2019
Adresa: Str. Argesului nr. 13, Targu Mures, Mures
Email: digital@tbf.ro
IBAN:RO30BTRLRONCRT0519683601
Banca:BANCA TRANSILVANIA
Client
{{ $proforma->company_name ?: $proforma->billing_name }} @if($proforma->nr_reg) Reg.com.: {{$proforma->nr_reg}}
@endif @if($proforma->cnp) CNP: {{$proforma->cnp}}
@endif @if($proforma->cui) CIF: {{$proforma->cui}}
@endif @if($proforma->cnp) CNP: {{$proforma->cnp}}
@endif @if($proforma->company_address) Adresa: {{$proforma->company_address}}
@endif
Document
PROFORMA Numar proforma: #{{$proforma->series."-".$proforma->number}}
Data: {{ Carbon\Carbon::parse($proforma->created_at)->format('Y-m-d') }}
Termen plata: {{ Carbon\Carbon::parse($proforma->created_at)->addDay(2)->format('Y-m-d') }}
Cota TVA: 19%


TOTAL PLATA: {{ $total_amount }} {{ $proforma->currency }}
@if($proforma->currency == "EUR") @endif @if($proforma->currency == "USD") @endif
Denumirea produselor sau a serviciilor Cantitate Pret unitar (fara TVA) -Lei- Valoare TVA -Lei- Total -Lei-
Abonament TBF Digital {{ $proforma->instance->package->name }} 1 {{ number_format($proforma->amount, 2, ',', '.') }} {{ number_format($vat, 2, ',', '.') }} {{ $total_amount }}
Curs BNR {{ Carbon\Carbon::parse($proforma->created_at)->format('Y-m-d') }} (1 EUR - {{$proforma->exchange_value}} RON)
Curs BNR {{ Carbon\Carbon::parse($proforma->created_at)->format('Y-m-d') }} (1 USD - {{$proforma->exchange_value}} RON)
Valoare totala factura curenta (RON) {{ $total_amount }}