Если это не сработает, создайте css class
и поместите css, чтобы скрыть, как:
.hidden { display: none; }
и точный синтаксис:
Form::file($name, $attributes = array()); // The second param is an array of attributes and you are passing it as null
Так что добавьтеэтот класс как:
{!! Form::file('image', ['class' => 'hidden']) !!}
и попробуйте снова.