Metadata
Files
{{ html()->label('Baseline')->for('baseline')->attribute('style', 'font-weight:bold') }}
{{ html()->file('baseline')->class('form-control') }}
{{ html()->label('Outline')->for('outline')->attribute('style', ' color: black; font-weight:bolder
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: black;') }}
{{ html()->file('outline')->class('form-control') }}
{{ html()->label('Blue')->for('blue')->attribute('style', 'color:blue; font-weight:bold') }}
{{ html()->file('blue')->class('form-control') }}
{{ html()->label('Green')->for('green')->attribute('style', 'color:DarkGreen; font-weight:bold') }}
{{ html()->file('green')->class('form-control') }}
{{ html()->label('Grey')->for('grey')->attribute('style', 'color:DarkGray; font-weight:bold') }}
{{ html()->file('grey')->class('form-control') }}
{{ html()->label('Purple')->for('purple')->attribute('style', 'color:DarkViolet; font-weight:bold') }}
{{ html()->file('purple')->class('form-control') }}
{{ html()->label('Red')->for('red')->attribute('style', 'color:DarkRed; font-weight:bold') }}
{{ html()->file('red')->class('form-control') }}
{{ html()->label('Yellow')->for('yellow')->attribute('style', 'color:Gold; font-weight:bold') }}
{{ html()->file('yellow')->class('form-control') }}