@if(!empty($post->cover)) @endif @if(!empty($post->categories)) @foreach($post->categories as $category) {{ $category['label'] }} @endforeach @endif {{ $post->title }} @if(!empty($post->summary)) {{ $post->summary }} @endif