@if(isset($topProduct)) @forelse($topProduct as $i=>$tp)
@if(!empty($tp->image))
@else @if(!empty($tp->category->image))
@else
@endif @endif View Category
@empty @endforelse @endif
{{$tp->title}}
{{$tp->short_description}}
@endif @endif View Category
}})
@else