Each document should not exceed 4MB {!! Form::file($name, ['class' => $class, $multiple, $required]) !!} @if ($errors->has($ifMultipleAndEmpty[0]))
{{ $errors->first($ifMultipleAndEmpty[0] ) }}.
@endif @if ($errors->has($ifMultipleAndEmpty[0].'.0'))
The first file {{ $errors->first($ifMultipleAndEmpty[0].'.0') }}.
@endif @if ($errors->has($ifMultipleAndEmpty[0].'.1'))
The second file {{ $errors->first($ifMultipleAndEmpty[0].'.1') }}.
@endif @if ($errors->has($ifMultipleAndEmpty[0].'.2'))
The third file {{ $errors->first($ifMultipleAndEmpty[0].'.2') }}.
@endif