{{ __('Title') }}
{{ $joke->title }}
{{ __('Content') }}
{{ $joke->content ?? "-" }}
{{ __('Total Categories') }}
{{ $categories->count() ?? "-" }}
{{ $category->title }}
{{ Str::limit(strip_tags(html_entity_decode($category->description)), 40) }}