datatable.directory codebase https://datatable.directory/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
datatable.directory/resources/views/form/_help-inner.blade.php

9 lines
216 B

@if($help)
<i class="fa-question-circle form-help"
data-toggle="tooltip"
data-placement="right"
@if(false!==strpos($help, '<'))
data-html="true"
@endif
title="{{ $help }}"></i>
@endif