@php $origin = trim($row->origin_label ?? ''); $source = trim($row->source_label ?? ''); @endphp @if($origin || $source)
@if($origin) {{ $origin }} @endif @if($source) {{ $source }} @endif
@else - @endif