* {{ Form::label('filename', 'XLS File') }} {{ Form::file('filename', Input::old('filename'),array('class'=>'inputStyle')) }} @if($errors->has('filename'))
{{$errors->first('filename')}}
@endif Download Example File*
{{ Form::submit('Upload File', array('class'=>'btn btn-padding btn-bluebg', 'id' => 'tylerreconfileSubmit')) }}
{{ Form::close() }}