SyntaxFix
Write A Post
Hire A Developer
Questions
This is the best solution I found so far.
in blade
@if($mentors->count() == 0) <td colspan="5" class="text-center"> Nothing Found </td> @endif
in controller
if ($mentors->count() == 0) { return "Nothing Found"; }