{!! Form::label('miscellaneous ', 'Miscellaneous *', ['for' => 'miscellaneous']) !!}
{!! Form::textarea('miscellaneous', '',['cols' => "50", 'class'=>'form-control text-editor']) !!}
@if($errors->has('miscellaneous'))
{{ $errors->first('miscellaneous') }}
@else
@enderror