@props([ 'license', 'currentOwner' => null, 'owners', 'localCommittees', 'centralCommittees', 'developmentFees', 'licenseFees', 'finesFees', 'developmentPayments', 'licensePayments', 'finesPayments', 'licenseMapEmbedUrl' => null, 'licenseMapImageUrl' => null, 'showInteractiveMap' => false, 'showPrintButton' => false, 'isPrint' => false, ]) @php $showInteractiveMapCard = $showInteractiveMap && is_string($licenseMapEmbedUrl) && $licenseMapEmbedUrl !== ''; $showImageMapCard = is_string($licenseMapImageUrl) && $licenseMapImageUrl !== ''; $showIframeMapCard = ! $showInteractiveMap && is_string($licenseMapEmbedUrl) && $licenseMapEmbedUrl !== ''; $northArrowImageUrl = asset('assets/images/map-north-arrow-transparent.png'); @endphp