ultimatepos/Modules/IndustrialEngineering/Resources/views/partials/field_help.blade.php

8 lines
284 B
PHP

@php
$helpKey = $key ?? '';
$text = __("industrialengineering::lang.help_{$helpKey}");
@endphp
@if($text && $text !== "industrialengineering::lang.help_{$helpKey}")
<i class="fa fa-question-circle text-info ie-field-help" data-toggle="tooltip" title="{{ $text }}"></i>
@endif