@if($event->lang == 'hr')
Invoice broj: {{ $registration->invoiceTicket }}
Broj narudžbe: {{ $registration->orderTicket }}
@else
Proforma Invoice Number: {{ $registration->invoiceTicket }}
Order Number: {{ $registration->orderTicket }}
@endif
{{ date("j F Y") }}
{{ $registration->leadCompanyName }}
{{ $registration->leadFirstName . ' ' . $registration->leadLastName }}
{{ $registration->leadCompanyAddress }}
@if($registration->leadCompanyCity)
{{ $registration->leadCompanyCity . ', ' . $registration->leadCompanyPostalCode }}
@endif
{{ $registration->leadCompanyCountry }}
{{ $event->name }}
{{ $event->venue_city }}
@if($event->lang == 'hr')
Potvrdni e-mail će biti poslan na {{ $registration->leadEmail }} nakon što uplata bude potvrđena.
Račun će biti izdan i poslan nakon potvrde uplate.
@else
A confirmation e-mail will be sent to {{ $registration->leadEmail }} when payment is received.
If applicable, a tax invoice will be issued once payment has been received in full.
@endif
Karta | Količina | Cijena | Ukupno | @elseTicket | Qty | Price | Total | @endif
---|---|---|---|---|---|---|---|
{{ $registration->ticketName }} | 1 | {{ number_format((float)$registration->ticketPriceNoVat, 2, ',', '.') . ' ' . $currency }} | {{ number_format((float)$registration->ticketPriceNoVat, 2, ',', '.') . ' ' . $currency }} | ||||
Porez ({{ $registration->ticketsVat . '%' }}) | @elseTax ({{ $registration->ticketsVat . '%' }}) | @endif{{ $tax . ' ' . $currency }} | |||||
Ukupno | @elseTotal | @endif{{ $total . ' ' . $currency }} |
@if($event->lang == 'hr')
Plaćanje od:
@else
Invoiced From / Remit To:
@endif
@if($registration->ticketType == 'company')
{{ $registration->ticketCompanyName }}
@endif
{{ $registration->ticketFirstName . ' ' . $registration->ticketLastName }}
{{ $registration->ticketAddress }}
{{ $registration->ticketCity . ', ' . $registration->ticketPostalCode }}
{{ $registration->ticketCountry }}
@if($registration->ticketType == 'person')
{{ $registration->ticketCompanyName }}
@endif
@if($event->lang == 'hr') @if($registration->ticketType == 'person') OIB: {{ $registration->ticketPersonalId }} @else VAT: {{ $registration->ticketVat }} @endif @else @if($registration->ticketType == 'person') Personal Identification Number: {{ $registration->ticketPersonalId }} @else VAT Number: {{ $registration->ticketVat }} @endif @endif
Detalji plaćanja
@elsePayment Details
@endif
@if($event->lang == 'hr')
@if(isset($payment->account_name)) Naziv računa
@endif
@if(isset($payment->account_number)) Broj računa
@endif
@if(isset($payment->sort_code)) SORT
@endif
@if(isset($payment->IBAN)) IBAN
@endif
@if(isset($payment->SWIFT)) SWIFT
@endif
@if(isset($payment->bank_name)) Naziv banke
@endif
@else
@if(isset($payment->account_name)) Account Name
@endif
@if(isset($payment->account_number)) Account Number
@endif
@if(isset($payment->sort_code)) Sort Code
@endif
@if(isset($payment->IBAN)) IBAN
@endif
@if(isset($payment->SWIFT)) SWIFT
@endif
@if(isset($payment->bank_name)) Bank Name
@endif
@endif
@if(isset($payment->account_name)) {{ $payment->account_name }}
@endif
@if(isset($payment->account_number)) {{ $payment->account_number }}
@endif
@if(isset($payment->sort_code)) {{ $payment->sort_code }}
@endif
@if(isset($payment->IBAN)) {{ $payment->IBAN }}
@endif
@if(isset($payment->SWIFT)) {{ $payment->SWIFT }}
@endif
@if(isset($payment->bank_name)) {{ $payment->bank_name }}
@endif
@if($event->lang == 'hr') Zahvaljujemo se na registraciji. Vaš status plaćanja je na 'čekanju uplate'. Kada zaprimimo vašu uplatu poslat ćemo vam potvrdni e-mail te će račun biti priložen. @else Thank you for completing registration. Your payment status is 'pending'. Once we receive your payment we will send a payment confirmation e-mail, your tax invoice will be attached. @endif
@if($event->lang == 'hr') Zahvaljujemo se na registraciji. @else Thank you for completing registration. @endif