@foreach($product->categories as $category) @php $category_translation = $category->translations->where('language_id',getLocaleId())->first(); @endphp {{ $category_translation->name ?? $category->name }} @if($loop->iteration > 2) {!! trans('app.and_in_more_categories', ['count' => $product->categories->count()]) !!} @break @endif @endforeach