@php $cType = $component->category_type; $categories = $homeService->categories($cType, [], $component->max, $component->categories); $totalCols = $homeService->getColumnCount($component, $component->max); @endphp
@if ($component->title)

{!! $component->title !!}

@endif
@foreach ($categories ?? [] as $category)
{{ __('Image') }}

{{ trimWords($category->name, 15) }}

@endforeach