{!! Form::open(['route' => ['cfdi-downloads/update-selected'],'method' => 'PUT','class' => '','role' => 'form','id' => 'form_modal_cfdi_download_edit_selected']) !!}

{!! __('base/cfdi_download.text_modal_edit_selected') !!}

{!! html_entity_decode(Form::label('expense_type_id', __('base/cfdi_download.entry_expense_type_id') . ' ', ['class' => 'control-label'])) !!} {!! Form::select('expense_type_id', $expense_types,old('expense_type_id'), ['class' => 'form-control', 'placeholder' => __('general.text_none')]) !!}
{!! html_entity_decode(Form::label('operational_type_id', __('base/cfdi_download.entry_operational_type_id') . ' ', ['class' => 'control-label'])) !!} {!! Form::select('operational_type_id', $operational_types,old('operational_type_id'), ['class' => 'form-control', 'placeholder' => __('general.text_none')]) !!}
{!! html_entity_decode(Form::label('comment_2', __('base/cfdi_download.entry_comment_2') . '', ['class' => 'control-label'])) !!} {!! Form::textarea('comment_2', old('comment_2'), ['class' => 'form-control', 'placeholder' => __('base/cfdi_download.entry_comment_2'), 'rows' => '2']) !!}
{!! Form::close() !!}