@props([ 'infoPanelObj' => null, ]) {{-- Suppress the supplier row when the item has been acquired from --}} {{-- multiple suppliers over its lifetime. Otherwise the panel would --}} {{-- render one supplier name as if authoritative. --}} @if ($infoPanelObj->supplier && (! method_exists($infoPanelObj, 'hasConsistentSupplier') || $infoPanelObj->hasConsistentSupplier())) {!! $infoPanelObj->supplier->present()->nameUrl !!}

@if($infoPanelObj->supplier->contact) {{ $infoPanelObj->supplier->contact }}
@endif @if($infoPanelObj->supplier->phone) {{ $infoPanelObj->supplier->phone }}
@endif @if($infoPanelObj->supplier->email) {{ $infoPanelObj->supplier->email }}
@endif @if($infoPanelObj->supplier->url) {{ $infoPanelObj->supplier->url }}
@endif {!! nl2br($infoPanelObj->supplier->present()->displayAddress) !!}

@endif