@extends('front.themes.' . env('THEME', 'theme-01') . '.layout') @section('styles') @parent @endsection @section('content') {{-- Slider buttom Category Start --}}
@if (count($brands) > 0) @php $numberLink = false; @endphp
@php $currentChar = ''; @endphp @foreach ($brands as $key => $brand) @php $brandStart = \App\Helpers\Helper::strNormalize(strtoupper(mb_substr($brand->name, 0, 1))); @endphp @if(is_numeric($brandStart)) @php $brandStart = '#'; @endphp @endif @if($brandStart !== $currentChar) @php $currentChar = $brandStart; @endphp

{{$currentChar}}

@endif @endforeach @else

{{ __("No Brands Found.") }}

@endif
{{-- Slider buttom banner End --}} @endsection