@@ -43,6 +43,11 @@
</td>
</tr>
@endforeach
+ @if(count($teams) == 0)
+ <tr>
+ <td colspan="5" class="text-center">No records found.</td>
+ </tr>
+ @endif
</tbody>
</table>
</div>