{{ $annuaire->formejuridiqueIntitule ? $annuaire->formejuridiqueIntitule->libelle : '' }} {{ $annuaire->raison_sociale }} ( {{ $annuaire->typeannuaireIntitule->libelle }} )

@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 @if ($annuaire->typeannuaireIntitule->libelle == get_intitule("LIB_TYPE_ANNUAIRE_CLIENT", "constante", "libelle")) @endif @if ($annuaire->typeannuaireIntitule->libelle == get_intitule("LIB_TYPE_ANNUAIRE_CLIENT", "constante", "libelle")) @forelse ($annuaire->clOperations as $operation) @empty @endforelse @endif @if ($annuaire->typeannuaireIntitule->libelle == get_intitule("LIB_TYPE_ANNUAIRE_OPERATEUR", "constante", "libelle")) @forelse ($annuaire->opOperations as $operation) @empty @endforelse @endif
@lang('global.Operator') @lang('global.Operation') @lang('global.Service Code') @lang('global.Payment ID')
{{ $operation->opOperation->annuaire->raison_sociale }} {{ $operation->opOperation->name }} {{ $operation->opOperation->code }} {{ $operation->idPaiement }}
Aucune opération enregistrée pour ce client
{{ $operation->annuaire->raison_sociale }} {{ $operation->name }} {{ $operation->code }}
Aucune opération enregistrée
--}} {{--
@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 }}
{{-- @canany(['annuaires.read-created-by', 'annuaires.read-updated-by']) --}} {{-- @endcanany --}}