@lang('facture.Informations sur la société')
{{ $parametre->company_information['Name']??'' }}
@lang('facture.Pays')
{{ $parametre->company_information['Country']??'' }}
@lang('facture.E-mail')
{{ $parametre->company_information['Email']??'' }}
@lang('facture.Adresse 1')
{{ $parametre->company_information['Address 1']??'' }}
@lang('facture.Adresse 2')
{{ $parametre->company_information['Address 2']??'' }}
@lang('facture.Téléphone')
{{ $parametre->company_information['Téléphone']??'' }}
@lang('facture.Remarques')
{{ $parametre->company_information['Remarques']??'' }}
Noter:
@lang('facture.Cette page a été améliorée pour l\'impression. Cliquez sur le bouton d\'impression en bas de la facture pour tester.')
@lang('facture.Facture')
N°:FA00001
Date: {{date('Y-m-d')}}
@lang('facture.Facture')
N°:FA00001
Date: {{date('Y-m-d')}}
{{ $parametre->company_information['Address 1']??__('facture.Addresse 1') }} {{ $parametre->company_information['Ville']??__('facture.Ville') }}, {{ $parametre->company_information['Country']??__('facture.Pays') }}
{{ $parametre->company_information['Address 2']??__('facture.Addresse 2') }} {{ $parametre->company_information['Ville']??__('facture.Ville') }}, {{ $parametre->company_information['Country']??__('facture.Pays') }}
{{ $parametre->company_information['Code Postale']??__('facture.Code Postale') }}
Téléphone: {{ $parametre->company_information['Téléphone']??'(000) 000-0000' }}
E-mail: {{ $parametre->company_information['Email']??Auth::user()->email }}
@lang('facture.Adresse 1') @lang('facture.du client')
@lang('facture.Adresse 2') @lang('facture.du client')
@lang('facture.Code Postale')
@lang('facture.Téléphone') : (000) 000-0000
@lang('facture.E-mail'): client@example.com
| @lang('facture.Qty') | @lang('facture.Product') | @lang('facture.Prix Unitaire') | @lang('facture.Total') |
|---|---|---|---|
| 1 | Produit 1 | €100 | €100 |
| 1 | Produit 2 | €50 | €50 |
@lang('facture.Montant dû') {{ date('Y/m/d') }}
| @lang('facture.Total HT'): | €150 |
|---|---|
| @lang('facture.TVA') (9%) | €13.34 |
| @lang('facture.Total TTC'): | €163.34 |