Image-({{@$entryid}})

{!!Form::file('moreimage_'.@$entryid,['class' => 'viewimage','data-id' => ($entryid)?$entryid:0,'id'=>'moreimage_'.@$entryid ])!!} @if ($errors->has('featuredfile'))

{{ $errors->first('featuredfile') }}

@endif
{!!Form::hidden('ordering_entry_form[]',$entryid,['id' => 'id_order_'.$entryid ])!!} {!!Form::hidden('ordering_entry_type[]','image',['id' => 'id_type_'.$entryid ])!!} @if(@$record_id) {!!Form::hidden('recordid['.@$entryid.']',@$record_id)!!} @endif