Document Requirement
Pending Documents: {{ $this->pendingDocumentsCount }}
@foreach($documents as $doc)
@error('uploads.' . $doc->field_name) {{ $message }} @enderror
@if($doc->status == 'uploaded')
@else
@endif
@endforeach
@if($doc->document?->file_name)
@else
@endif
{{ $doc->updated_at }}
Pending