@props([ 'infoPanelObj' => null, 'manufacturer' => $infoPanelObj->model?->manufacturer ?? $infoPanelObj->manufacturer, ]) @if ($manufacturer) {!! $manufacturer->present()->nameUrl !!}

@if($manufacturer->support_phone) {{ $manufacturer->support_phone }}
@endif @if($manufacturer->support_email) {{ $manufacturer->support_email }}
@endif @if ($manufacturer->warranty_lookup_url) {{ $manufacturer->present()->dynamicUrl($manufacturer->warranty_lookup_url) }}
@endif @if($manufacturer->url) {{ $manufacturer->url }}
@endif @if($manufacturer->support_url) {{ $manufacturer->present()->dynamicUrl($manufacturer->support_url) }}
@endif {!! nl2br($manufacturer->present()->displayAddress) !!}

@endif