@php $brands = $homeService->brands($component->brand_type, null, $component->brand_limit, $component->brands); @endphp
@if (is_countable($brands) && count($brands) > 0 && ($brand = $brands->shift()))
{{ __('Image') }}
@endif
@if (is_countable($brands)) @foreach ($brands as $brand)
{{ __('Image') }}
@endforeach @endif