{{-- $dashboardCustomer: array|null — full customer payload for modal $customerName, $customerEmail: display strings $fallbackPhone: string — shown in modal if customer.phone empty --}} @php $hasText = !empty($customerName) || !empty($customerEmail); @endphp @if(!empty($dashboardCustomer)) @elseif($hasText)
@if(!empty($customerName)){{ $customerName }}@endif @if(!empty($customerEmail)){{ $customerEmail }}@endif
@else @endif