@props([ 'infoPanelObj' => null, 'img_path' => null, 'qr_code_url' => null, 'snipeSettings' => \App\Models\Setting::getSettings() ])
@if (isset($buttons))
{{ $buttons }}
@endif
@if (($img_path) && ($infoPanelObj->getImageUrl($img_path))) {{----}}
@endif @if ($infoPanelObj->present()->displayAddress)
{!! nl2br($infoPanelObj->present()->displayAddress) !!}

@endif @if (isset($before_list)) {{ $before_list }} @endif @if (isset($after_list)) {{ $after_list }} @endif @if ($qr_code_url && $snipeSettings->isQrEnabled())
QR code for {{ $infoPanelObj->name }}
@endif