{{ $recipe->category->name }} @if ($recipe->public) {{ __('Public') }} @endif
@if ($recipe->tags->isNotEmpty()){{ request()->anyFilled(['name', 'category_id', 'tag_id', 'date_from', 'date_to']) ? __('No recipes match your filters.') : __('No recipes yet.') }}
@endforelse