{{ $category->translatedName }}

@if($category->children->count() > 0)
{{ __('messages.subcategories') }}: @foreach($category->children as $sub) {{ $sub->translatedName }} @endforeach
@endif
@if(method_exists($tickets, 'links')) {{ $tickets->links() }} @endif