{!! Form::open(['url' => url('api/teste-origiwebgo'), 'class' => 'horizontal-form', 'files' => true]) !!}
 
{!! Form::file('xls') !!} {!! Form::hidden('xls', null) !!}

{!! Form::close() !!}