Level 1
Ho, I also tried in my blade:
In my blade:
<div>
{!! Form::file('photo, pdf', ['class' => 'form-control', 'style' => 'margin-top: 4px;']) !!}
{!! Form::hidden('photo_max_size', 8) !!}
{!! Form::hidden('photo_max_width', 6000) !!}
{!! Form::hidden('photo_max_height', 6000) !!}
</div>
Then no error but nothing in the ddb :-/