@props([ 'tenant' => null, 'settings' => null, 'estatesSettings' => null, 'invoice' => null, 'customer' => null, 'currencyTransformer' => null ])
{{ $estatesSettings->post_office }} | {{ __('saas_table_house') }}: {{ __('saas_house_ref') }} {{ $invoice->house->reference }} | {{ __('saas_table_date_emit') }}: | {{ format_day_month_date($invoice->created_at) }} | |||
{{ $tenant->country->name }} | {{ __('saas_table_house_type') }}: {{ $invoice->house->houseType->description }} | {{ __('saas_table_period') }}: | {{ format_year_month_date($invoice->year, $invoice->month) }} | |||
{{ $tenant->email }} | {{ __('saas_table_number_piece') }}: {{ $invoice->house->numberPiece->description }} | {{ $invoice->tva ? __('saas_table_amount_ttc') : __('saas_table_amount_ht') }}: | {{ $invoice->tva ? format_amount($invoice->total_ttc, $invoice->currency) : format_amount($invoice->total, $invoice->currency) }} | |||
{{ __('saas_table_tel') }}:{{ $tenant->full_phone }} | Ilot: {{ $invoice->house->ilot }} | {{ __('saas_table_amount_transmitter') }}: | {{ $invoice->actor ? $invoice->actor->full_name : $tenant->name }} | |||
Lot: {{ $invoice->house->lot }} | {{ __('saas_table_customer') }}: | {{ $customer->full_name }} | ||||
{{ __('saas_table_status') }}: | {{ $invoice->status->description }} |
N° | {{ __('saas_table_facility') }} | {{ __('saas_table_description') }} | {{ __('saas_table_amount') }} |
---|---|---|---|
{{ $loop->index + 1 }} | {{ $item->facility->full_name }} | {{ $item->facility->description ? $item->facility->description : '_ _ _' }} | {{ $item->price }} |
{{ __('saas_table_amount_ht') }} | {{ format_amount($invoice->total, $invoice->currency) }} | ||
TVA {{ $invoice->tva }}% | {{ format_amount($invoice->tva_value, $invoice->currency) }} | ||
{{ __('saas_table_amount_ttc') }} | {{ format_amount($invoice->total_ttc, $invoice->currency) }} | ||
{{ __('saas_table_total_amount') }} | {{ format_amount($invoice->total, $invoice->currency) }} |
{{ __('saas_invoice_approved') }} {{ $currencyTransformer->toWords($invoice->total_ttc * 100, $invoice->currency->code) }}. |
{!! $invoice->qr_code_url_svg !!}
{{ __('scan_me') }}
|
{{ __('saas_table_manager') }}
{{ $settings->manager_name }}
|