fix: permit show page
This commit is contained in:
parent
80f0bf24d7
commit
69f39836a0
@ -51,14 +51,14 @@
|
||||
<!-- Map Container -->
|
||||
<div class="map-container mb-4 border border-light-subtle shadow-sm rounded overflow-hidden" style="height: 400px; background-color: #e9ecef; position: relative;">
|
||||
<!-- Map Iframe -->
|
||||
<!-- <iframe id="permit-map"
|
||||
<iframe id="permit-map"
|
||||
src="https://pwa.lupmis4luspa.org/embed.php?mode=permit&application_code={{ urlencode($permit_arr['application_code'] ?? '') }}{{ !empty($permit_arr['lon']) ? '&lon='.urlencode($permit_arr['lon']).'&lat='.urlencode($permit_arr['lat']) : '' }}{{ !empty($permit_arr['upn']) ? '&upn='.urlencode($permit_arr['upn']) : '' }}"
|
||||
style="width:100%;height:100%;border:0;"
|
||||
allow="geolocation; clipboard-write"
|
||||
referrerpolicy="strict-origin-when-cross-origin"
|
||||
loading="lazy"
|
||||
title="Permit location map">
|
||||
</iframe> -->
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
<!-- Tabs Section (Matches Image Layout) -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user