{{ html()->form('POST', route('admin.clipart.bulkimport'))->attribute('enctype', 'multipart/form-data')->open() }}
{{ html()->label('CSV')->for('csvfile')->attribute('style', 'font-weight:bold') }} {{ html()->file('csvfile')->class('form-control') }}
{{ html()->label('Zip')->for('zipfile')->attribute('style', 'color:blue; font-weight:bold') }} {{ html()->file('zipfile')->class('form-control') }}
{!!form_submit('Create','btn-block btn btn-success ') !!}
{{ html()->form()->close()}}