@if($row->project_category_id)
{{ $row->projectCategory?->name ?? 'Catégorie inconnue' }}
@else {{ __('Toutes les catégories') }} @endif