@php $post = $post ?? null; $category = $category ?? ($post ? $post->firstCategory : null); @endphp @if ($category) {{ $category->name }} @endif