@extends('layouts.site') @php $catTrans = $category->translation($locale); @endphp @section('title', $catTrans?->name) @section('meta_robots', 'noindex, follow') @section('content')
{{ $catTrans->description }}
@endif{{ __('No posts found in this category.') }}
@endif