Your IP : 216.73.216.227


Current Path : /home/users/unlimited/www/sigmaerp.codeskitter.site/resources/views/components/
Upload File :
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>