@props([ 'infoPanelObj' => null, ]) @if ($infoPanelObj->supplier) {!! $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