| Current Path : /home/users/unlimited/www/sigmaerp.codeskitter.site/resources/views/components/ |
| Current File : /home/users/unlimited/www/sigmaerp.codeskitter.site/resources/views/components/label.blade.php |
<label class="form-label {{ $extraClass ?? '' }}" for="{{ $for }}" id="{{ $id }}" data-name="{{ $labelDataName }}">
{!! $name !!}
@if($optionalText)
<small class="text-muted">({{ __("app.optional") }})</small>
@endif
</label>