{{-- Raison sociale --}}
{{ \App\Models\Setting::getValue('company_corporate_name') }}.
{{-- Capital --}}
{{ __('With Capital Of') }}
{{ \App\Models\Setting::getValue('company_capital') }}
{{ \App\Models\Setting::getValue('company_currency') }}.
{{-- RC --}}
{{ __('RC') }}:
{{ \App\Models\Setting::getValue('company_trade_register_number') }}.
{{-- Patente --}}
{{ __('Patente') }}:
{{ \App\Models\Setting::getValue('company_license_number') }}.
{{-- IF --}}
{{ __('IF') }}:
{{ \App\Models\Setting::getValue('company_business_license') }}.
{{-- ICE --}}
{{ __('Company Identifier') }}:
{{ \App\Models\Setting::getValue('company_unique_identifier_of_the_company') }}.
{{-- CNSS --}}
{{ __('National Social Security Fund') }}:
{{ \App\Models\Setting::getValue('company_national_social_security_fund') }}.
{{-- Siège social / Adresse --}}
{{ __('Head Office') }}:
{{ \App\Models\Setting::getValue('company_address') }}.
{{-- Code postal --}}
{{ __('Postal Code') }}:
{{ \App\Models\Setting::getValue('company_postal_code') }}.
{{-- Phone --}}
{{ __('Phone') }}:
{{ \App\Models\Setting::getValue('company_phone') }}.
{{-- Site --}}
{{ __('Site') }}:
{{ \App\Models\Setting::getValue('company_site') }}.