@php
$meta = (object) $meta;
$markets = @$meta->markets;
@endphp
@if (@$meta->screen == 'big')
@endif
-
@foreach ($markets ?? [] as $market)
-
@endforeach
@if (!app()->offsetExists('market_list_script'))
@php app()->offsetSet('market_list_script',true) @endphp
@push('script')
@endpush
@push('script-lib')
@endpush
@push('style-lib')
@endpush
@endif