@if (count($vendor_stores) > 0)
@php
$numberLink = false;
@endphp
@foreach($chars as $char)
@if(is_numeric($char))
@if(!$numberLink)
-
#
@php
$numberLink = true;
@endphp
@endif
@continue
@endif
-
{{$char}}
@endforeach
@php
$currentChar = '';
@endphp
@foreach ($vendor_stores as $key => $store)
@php
$vendor_storestart = \App\Helpers\Helper::strNormalize(strtoupper(mb_substr($store->shop_name, 0, 1)));
@endphp
@if(is_numeric($vendor_storestart))
@php
$vendor_storestart = '#';
@endphp
@endif
@if($vendor_storestart !== $currentChar)
@php
$currentChar = $vendor_storestart;
@endphp
{{$currentChar}}
@endif
@endforeach
@else
{{ __("No Stores Found.") }}
@endif