@if ($customer->getFullName(true, true))
{{ $customer->getFullName(true, true) }}
@endif
@php
$channels = $customer->getChannels();
@endphp
@if (count($channels))
@foreach ($channels as $channel){{ $channel->getChannelName() }}@endforeach{{ '' }}@action('customer.tags', $customer, $conversation ?? null)
@endif
@action('customer.profile_data', $customer, $conversation ?? '')