{!! Form::model($cfdi_download,['route' => ['cfdi-downloads.update',$cfdi_download->id],'method' => 'PUT','class' => '','role' => 'form','id' => 'form_modal_cfdi_download_edit']) !!}

{!! sprintf(__('base/cfdi_download.text_modal_edit'),$cfdi_download->name) !!}

{!! 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']) !!}
{{__('base/cfdi_download.text_cfdi_products')}}
@forelse($data_xml_conceptos as $result) @empty @endforelse
{{__('base/cfdi_download.entry_ClaveProdServ')}} {{__('base/cfdi_download.entry_descripcion')}}
{{$result['ClaveProdServ']}} {{$result['descripcion']}}
@lang('general.text_no_results')
{!! Form::close() !!}