{{__('Success')}}!
{{__('Dear')}}{{" "}}{{empty(Auth::user()->userName)?Auth::user()->phone:Auth::user()->userName}},
@if($message->notificationType == 'consultant')
{{__('Your exclusive consultant')}}{{" "}}{{isset($message->old_assignee)?$message->old_assignee:''}}{{" "}}{{__('has been '.$message->assigned.'. Please use the QR code below to contact your exclusive consultant anytime further information is needed')}}
@else
{{__('Your exclusive sales adviser')}}{{" "}}{{isset($message->old_assignee)?$message->old_assignee:''}}{{" "}}{{__('has been '.$message->assigned.'. Please use the QR code below to contact your exclusive sales adviser anytime further information is needed')}}
@endif
@if(isset($message->assignee->userName) && isset($message->assignee->wechatQR))
@else
@if($message->notificationType == 'consultant')
{{__('sorry, no found QR code of this consultant')}}
@else
{{__('sorry, no found QR code of this sales adviser')}}
@endif
@endif
@if($message->notificationType == 'consultant')
{{__('Consultant Information')}}
@else
{{__('Sales Adviser Information')}}
@endif
{{__('Name')}}{{": "}}
@if(isset($message->assignee->userName))
{{ $message->assignee->userName }}
@else
@if($message->notificationType == 'consultant')
{{__('sorry, no found name of this consultant')}}
@else
{{__('sorry, no found name of this sales adviser')}}
@endif
@endif
{{__('E-Mail')}}{{": "}}
@if(isset($message->assignee->email))
{{ $message->assignee->email }}
@else
@if($message->notificationType == 'consultant')
{{__('sorry, no found email of this consultant')}}
@else
{{__('sorry, no found email of this sales adviser')}}
@endif
@endif
{{__('Phone')}}{{": "}}
@if(isset($message->assignee->displayPhone))
{{ $message->assignee->displayPhone }}
@elseif(isset($message->assignee->phone))
{{ $message->assignee->phone }}
@else
@if($message->notificationType == 'consultant')
{{__('sorry, no found phone of this consultant')}}
@else
{{__('sorry, no found phone of this sales adviser')}}
@endif
@endif
{{__('Working hours')}}{{": "}}
@if(isset($message->assignee->workingHours))
{{json_decode($message->assignee->workingHours, true)['Monday']}}{{" "}}{{"Mo - Fr"}}
@else
@if($message->notificationType == 'consultant')
{{__('sorry, no found working hours of this consultant')}}
@else
{{__('sorry, no found working hours of this sales adviser')}}
@endif
@endif
{{__('Thank you')}},
{{__('UKUOFFER Team')}}