@@ -14,5 +14,12 @@
@endforeach
</tr>
+ @if (empty($rows))
+ <tr>
+ <td colspan="{!! count($headers) !!}">
+ <div style="margin:5px 0 0 10px;"><span class="help-block" style="margin-bottom:0"><i class="feather icon-alert-circle"></i> {{ trans('admin.no_data') }}</span></div>
+ </td>
+ </tr>
+ @endif
</tbody>
-</table>
+</table>