{{ $client->name }} {{ $client->last_name }}
Fiche expert N°: {{ $client->generateSystemId() }}
{{$client->approved_status->getLangLabel()}}
@if(auth()->user()->hasRole(\App\Enum\UserRoleEnum::AGENT))
{{ __('clients.show_p.book_expert_btn') }}
@endif
@if(auth()->user()->hasRoles([\App\Enum\UserRoleEnum::ADMIN, \App\Enum\UserRoleEnum::COORDINATOR, \App\Enum\UserRoleEnum::CHIEF_COORDINATOR]))
@endif
{{ __('specialists.show_info_title') }}
{{ __('specialists.fields.company_name') }} :
{{ $client->company_name }}
{{ __('specialists.fields.legal_form') }} :
{{ $client->legal_form }}
{{ __('specialists.fields.neq') }} :
{{ $client->neq }}
{{ __('specialists.fields.registration_date') }} :
{{ $client->registration_date }}
{{ __('specialists.fields.company_status') }} :
{{ $client->company_status?->getLangLabel() }}
{{ __('specialists.fields.activity_code') }} :
{{ $client->activity_code }}
{{ __('specialists.fields.activity_prof') }} :
{{ $client->activity_prof }}
{{ __('specialists.fields.indigenous_business_registered') }} :
{{ $client->indigenous_business_registered?->getLangLabel() }}
{{ __('specialists.fields.document_received') }} :
{{ $client->document_received?->getLangLabel() }}
{{ __('specialists.fields.speciality') }} :
@forelse($client->specialities as $speciality)
{{ $speciality->name }}
@if(!$loop->last)
,
@endif
@empty
@endforelse
{{ __('clients.fields.native_languages') }} :
@php
$i = 1;
@endphp
@foreach(\App\Enum\UserNativeLanguageEnum::cases() as $enum)
@if(in_array($enum->value,old('native_languages',optional($client)->native_languages??[])))
@if($i > 1)
,
@endif
{{ $enum->getLangLabel() }}
@php
$i++;
@endphp
@endif
@endforeach
{{ __('clients.fields.spoken_languages') }} :
@php
$i = 1;
@endphp
@foreach(\App\Enum\UserNativeLanguageEnum::cases() as $enum)
@if(in_array($enum->value,old('spoken_languages',optional($client)->spoken_languages??[])))
@if($i > 1)
,
@endif
{{ $enum->getLangLabel() }}
@php
$i++;
@endphp
@endif
@endforeach
Adresse professionnelle :
{{ $client->address_line_1 }}
{{ $client->address_line_2 }}
{{ $client->address_line_2 }}
{{ __('specialists.fields.name') }} :
{{ $client->name }}
{{ __('specialists.fields.last_name') }} :
{{ $client->last_name }}
{{ __('clients.fields.dob') }} :
{{ optional($client->date_of_birth)->format('Y-m-d') }}
{{ __('specialists.fields.phone') }} :
{{ $client->phone }}
@if($client->phone)
@endif {{ $client->phone_2 }} Statuts expert : {{ $client->is_approved?'Approuve':'Non approuve' }} {{ __('specialists.fields.gender') }} : {{ $client->gender?->getLangLabel() }} {{ __('specialists.fields.city') }} : {{ $client->city }} Communauté (De) : {{ $client->bornZone?->name }} {{ __('specialists.fields.email') }} : {{ $client->email }} {{ __('specialists.fields.state') }} : {{ optional($client->state)->getLangLabel() }} {{ __('specialists.fields.postal_code') }} : {{ $client->postal_code }} {{ __('specialists.fields.country') }} : {{ $client->country }} {{ __('specialists.fields.hobbies') }} : @foreach(old('hobbies',optional($client)->hobbies??[]) as $hobby) {{ $hobby }} @if(!$loop->last) , @endif @endforeach {{ __('specialists.fields.additional_information') }} : {{ $client->additional_information }}
@endif {{ $client->phone_2 }} Statuts expert : {{ $client->is_approved?'Approuve':'Non approuve' }} {{ __('specialists.fields.gender') }} : {{ $client->gender?->getLangLabel() }} {{ __('specialists.fields.city') }} : {{ $client->city }} Communauté (De) : {{ $client->bornZone?->name }} {{ __('specialists.fields.email') }} : {{ $client->email }} {{ __('specialists.fields.state') }} : {{ optional($client->state)->getLangLabel() }} {{ __('specialists.fields.postal_code') }} : {{ $client->postal_code }} {{ __('specialists.fields.country') }} : {{ $client->country }} {{ __('specialists.fields.hobbies') }} : @foreach(old('hobbies',optional($client)->hobbies??[]) as $hobby) {{ $hobby }} @if(!$loop->last) , @endif @endforeach {{ __('specialists.fields.additional_information') }} : {{ $client->additional_information }}
@if($client->user)
{{ optional($client->user)->name. ' '.optional($client->user)->last_name }}
(Votre agent de suivi)
Courriel: {{ optional($client->user)->email }}
Téléphone: {{ optional($client->user)->phone }} @else
Courriel: {{ optional($client->user)->email }}
Téléphone: {{ optional($client->user)->phone }} @else
No Agent Assigned
@endif
Adresse CSEF de référence:
{{ $client->zone->name }}
{{ $client->zone->address }},
{{ $client->zone->locality }} ({{ $client->zone->province }} ) {{ $client->postal_code }}
{{ $client->zone->name }}
{{ $client->zone->address }},
{{ $client->zone->locality }} ({{ $client->zone->province }} ) {{ $client->postal_code }}
+ Chiffres de l'expert
{!! $card['value'] !!}
{!! $card['text'] !!}
{{__('zoom-meeting.page_label.expert_biography')}}
{{ $client->expert_biography }}
{{ $client->name.' '.$client->last_name }} - {{ $client->role->getLangLabel() }}