@php $style = isset($style) ? $style : null; $zoom = isset($zoom) ? $zoom : 5; $marker = isset($marker) ? $marker : false; $height = isset($height) ? $height : '800px'; @endphp