#Better way to check if Database Row is filled than to use is_null?
1 messages · Page 1 of 1 (latest)
What about
@if ($drugs !== null)
@else
<p>Nothing</p>
@endif
$drugs contains everything i use on my site. There will be no instance where it is completely empty. I have like 15 different rows in that database and want to check the 'interaction' part of that Table