@php $title =''; $description = ''; if(!empty($key)){ $title = 'Search results for '.$key; }else{ if(empty($category)){ $title = 'View all Listings'; }else{ $description = $category->description; $title = 'Listings in '.$category->name; } } @endphp @if(!empty($key)) @else @if(empty($category)) @else @endif @endif