@extends('front.themes.' . env('THEME', 'theme-01') . '.layout') @section('styles') @parent @endsection @section('content') {{-- Slider buttom Category Start --}}
@if (count($vendor_stores) > 0) @php $numberLink = false; @endphp
@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
{{-- Slider buttom banner End --}} @endsection