@props([ 'points' => '[]', 'height' => '400px', 'defaultZoom' => 7, 'defaultLat' => '10.0735', // Barquisimeto 'defaultLng' => '-69.3139', ]) @php $mapId = 'lmap_' . Str::random(8); $parsed = is_string($points) ? json_decode($points, true) : $points; if (!is_array($parsed)) $parsed = []; $jsonPoints = json_encode($parsed); @endphp @pushonce('css') @endpushonce
@pushonce('js') @endpushonce @push('js') @endpush