Hi there, you are using empty
which is a php function that checks if a variable is false, or null, or not declared. The laravel collection however does exist. You should use isEmpty
https://laravel.com/docs/5.7/collections#method-isempty
@if($related->isEmpty())
Dont show
@else
<div class="section-title">
<h2><span>Related Posts</span></h2>
</div>
@endif
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community