@section('attach')

Attachment / Comments

@if($errors->has('filename')) @if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif @endif
{!! Form::label('comments', 'Comments ', [ 'class' => 'w-100 control-label']) !!} {!! Form::textarea('comments', $value = null, ['class' => 'form-control', 'rows' => 3 , 'id' => 'comments']) !!}
{!! Form::select('anexo_types_id[]',[''=>'------ Select Required ------']+$select['anexo_types_id'], null, ['class' => 'form-control', 'style'=>'height:40px']) !!}
@endSection