label
{{ IrisForm::label('Label') }} {{ IrisForm::label('Label bold', '', '', 1) }} {{ IrisForm::label('Label italic', '', '', 0, 1) }} {{ IrisForm::label('Label undeline', '', '', 0, 0, 1) }} {{ IrisForm::label('Label line throught', '', '', 0, 0, 0, 1) }} {{ IrisForm::label('Label bold, italic, underline', '', '', 1, 1, 1) }} {{ IrisForm::label('Label color', '', '#ff0000') }} {{ IrisForm::label('Label color bold', '', '#0000FF', 1) }} {{ IrisForm::label('Label class', 'demo-label') }} 