7 lines
160 B
PHP
7 lines
160 B
PHP
@props(['results' => []])
|
|
|
|
<div
|
|
x-data="stationMap(@entangle('results'))"
|
|
class="h-56 w-full overflow-hidden border-y border-[#e5ded7] md:h-96"
|
|
></div>
|