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

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

@endif