@php $status = $ticketStatus ?? null; $number = $ticketNumber ?? null; $destination = $destination ?? null; $staffDisplayName = $staffDisplayName ?? null; $showAssignment = ($showAssignment ?? true) && ($destination || $staffDisplayName); $prominent = $prominent ?? false; @endphp @if ($number)
@if ($destination){{ $destination }}@endif @if ($destination && $staffDisplayName) ยท @endif @if ($staffDisplayName){{ $staffDisplayName }}@endif
@endif