Attachment / Comments
@if($errors->has('filename'))
@if (count($errors) > 0)
Whoops! There were some problems with your input.
- Extensões Válidas:doc,pdf,docx,zip,xml,xls,xlsx,png,ppt,mpeg,js,jpeg,jpg,csv,gif,txt
- Tamanho Máximo:300MB
@endif
@endif
{!! Form::label('comments', 'Comments ', [ 'class' => 'w-100 control-label']) !!}
{!! Form::textarea('comments', $value = null, ['class' => 'form-control', 'rows' => 3 , 'id' => 'comments']) !!}