KYC documents

@if(!empty(@$projectDetails->farmerProjectKycDocument->address_document_file)) @foreach(@$projectDetails->farmerProjectKycDocument->address_document_file as $file)
@if(strtolower(trim($file->mime_type)) === 'application/pdf') @else @endif
@endforeach @endif
@if(!empty(@$projectDetails->farmerProjectKycDocument->id_document_file)) @foreach(@$projectDetails->farmerProjectKycDocument->id_document_file as $file)
@if(strtolower(trim($file->mime_type)) === 'application/pdf') @else @endif
@endforeach @endif