{{ Form::file("documents[$input]", [ 'accept' => '.doc,.docx,.jpeg,.jpg,.pdf' ]) }} @if ($document)
{{ $document->name }}
@else
This document has not been uploaded yet
@endif