{!! Form::model('location',['files' => 'true','method' => 'POST','route' => ['upload-column-location','location'] ,'class' => 'form-inline upload-location-form','id' => 'upload-location-form', 'data-submit' => 'noAjax']) !!}
{!! Form::submit(trans('messages.upload'),['class' => 'btn btn-primary btn-sm']) !!}
{!! Form::close() !!}