Mon Profil

@include('partials.user.user-card', ['user' => $this->user])
Utilisateur
Nom Complet {{ $this->user->fullname }}
Email {{ $this->user->email }}
Tél. Mobile {{ $this->user->phone_mobile?:'Non renseigné' }}
Tél. Bureau {{ $this->user->phone_work?:'Non renseigné' }}
Date de naissance {{ $this->user->birthdate?->format('d/m/Y') }}
@if(auth()->user()->is_bo)
Fonction
Titre {{ $this->user->work_profile?->title }}
Description {{ $this->user->work_profile?->description }}
Mon encadré @include('partials.user.work-profile', ['user' => $this->user])
@endif
{{ __('Password') }}
{{ __('Change password') }}

{{ __('Please enter a strong password.') }}

  • @if($this->user->getMeta('password_changed'))
  • {{ __('Last change:') }} {{ Carbon::parse($this->user->getMeta('password_changed'))->isoFormat('LLL') }}
  • @endif
@if(auth()->user()->is_any_partner_role)
Signature
@lang('Image of my signature initials')
@if($this->user->hasMedia('signatureInitials')) signature @else @endif
@lang('Image of my signature')
@if($this->user->hasMedia('signature')) signature @else @endif
@endif @if($this->user->is_bo || $this->user->is_any_partner_role)
Mes liens
Mon lien Calendly @if($link = $this->user->getMeta('calendly_link')) {{ $link }} @else Non renseigné @endif
Mon lien Google Avis @if($link = $this->user->getMeta('google_reviews_link')) {{ $link }} @else Non renseigné @endif
@endif @if(auth()->id() === 1)
Admin
Cache config
Queue worker
Test email
@endif