@props(['categories', 'language_code']) @php use App\Models\Category; use App\Services\TranslationService; use App\Services\MediaService; @endphp
{{--
--}}
@if ($categories['countRes'] >= 1) @foreach ($categories['categories'] as $category) @endforeach @endif