@php
/**
* @name Chat WhatsApp
* @version 1.0.0
*/
@endphp
{{-- SE SCELGONO DI AVERLA A SINISTRA AGGIUNGO NEL DIV .whatsapp-chat la classe whatsapp-chat-left--}}
@if(is_auth())
@php
$user = get_current_user_attribute();
if (is_customer()) {
$name = $user['company_name'];
}
if (is_agent()) {
$name = $user['name'];
}
@endphp
{{$name}}, {{ __t('benvenuto sul nostro supporto') }}
@else
{{ __t('Benvenuto sul nostro supporto') }}
@endif