@lang('global.Account No')
{{ $annuaire->num_compte }}
@if( $annuaire->representant || $annuaire->capital)
@lang('global.Representing')
{{ $annuaire->representant }}
@lang('global.Capital')
{{ $annuaire->capital }}
@endif
@if( $annuaire->rccm || $annuaire->date_rccm)
@lang('global.Rccm')
{{ $annuaire->rccm }}
@lang('global.Registration Date'):
{{ $annuaire->date_rccm }}
@endif
@if( $annuaire->uuid_rccm || $annuaire->idfiscal)
@lang('global.Idfiscal')
{{ $annuaire->idfiscal }}
@isset($annuaire->uuid_rccm)
@lang('global.uuid_rccm')
{{ $annuaire->uuid_rccm }}
@endisset
@endif
@lang('global.Full Address')
@lang('global.Address')
{{ $annuaire->typevoieIntitule ? $annuaire->typevoieIntitule->libelle : ''}} {{ $annuaire->adr_fill }}
@isset( $annuaire->adrsuite)
{{ $annuaire->adrsuite }}
@endisset
@isset( $annuaire->csbp )
{{ $annuaire->csbp }}
@endisset
@isset($annuaire->cp )
- {{ $annuaire->cp }}
@endisset
@lang('global.City')
{{ $annuaire->city?->name }}
@lang('global.Country'):
{{ $annuaire->country?->name }}
{{--
@if ($annuaire->typeannuaireIntitule->libelle == get_intitule("LIB_TYPE_ANNUAIRE_CLIENT", "constante", "libelle"))
@lang('global.OTM Service')
@endif
@if ($annuaire->typeannuaireIntitule->libelle == get_intitule("LIB_TYPE_ANNUAIRE_OPERATEUR", "constante", "libelle"))
@lang('global.Operation Operateur')
@endif
@lang('global.Operator') |
@lang('global.Operation') |
@lang('global.Service Code') |
@if ($annuaire->typeannuaireIntitule->libelle == get_intitule("LIB_TYPE_ANNUAIRE_CLIENT", "constante", "libelle"))
@lang('global.Payment ID') |
@endif
@if ($annuaire->typeannuaireIntitule->libelle == get_intitule("LIB_TYPE_ANNUAIRE_CLIENT", "constante", "libelle"))
@forelse ($annuaire->clOperations as $operation)
{{ $operation->opOperation->annuaire->raison_sociale }} |
{{ $operation->opOperation->name }} |
{{ $operation->opOperation->code }} |
{{ $operation->idPaiement }} |
@empty
Aucune opération enregistrée pour ce client |
@endforelse
@endif
@if ($annuaire->typeannuaireIntitule->libelle == get_intitule("LIB_TYPE_ANNUAIRE_OPERATEUR", "constante", "libelle"))
@forelse ($annuaire->opOperations as $operation)
{{ $operation->annuaire->raison_sociale }} |
{{ $operation->name }} |
{{ $operation->code }} |
@empty
Aucune opération enregistrée |
@endforelse
@endif
--}}
{{--
@lang('global.City'):{{ $annuaire->city->name }}
--}}
{{--
@lang('global.Country'):{{ $annuaire->country->name }}
--}}
{{--
@lang('global.Contact')
--}}
@lang('global.Contact')
@lang('global.Phone')
{{ add_country_tel_prefix($annuaire->phone) }}
@lang('global.Mobile')
{{ add_country_tel_prefix($annuaire->mobile) }}
@lang('global.Email')
{{ $annuaire->email }}
@lang('global.Url')
{{ $annuaire->url }}