public dash and view counting
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@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
|
||||
@@ -1,11 +1,3 @@
|
||||
<div class="col-md-1 {{$mobile ? 'd-inline pl-1 d-md-none':'d-none d-md-block'}} pl-0">
|
||||
@if($w->help)
|
||||
<i class="fa-question-circle form-help"
|
||||
data-toggle="tooltip"
|
||||
data-placement="right"
|
||||
@if(false!==strpos($w->help, '<'))
|
||||
data-html="true"
|
||||
@endif
|
||||
title="{{ $w->help }}"></i>
|
||||
@endif
|
||||
<div class="form-help-wrapper col-md-1 {{$mobile ? 'd-inline pl-1 d-md-none':'d-none d-md-block'}} pl-0">
|
||||
@include('form._help-inner', ['help' => $w->help])
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user