{{ $application->product_group->parent->parent->name }}
{{ $application->product_group->parent->name }}
{{ $application->product_group->name }}
{{ $classification?->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $classification?->remarks ?? '-' }}
{{ $classification?->notes ?? '-' }}
{{ $provider?->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $provider?->remarks ?? '-' }}
{{ $provider?->notes ?? '-' }}
{{ $service?->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $service?->remarks ?? '-' }}
{{ $service?->notes ?? '-' }}
{{ $product?->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $product?->remarks ?? '-' }}
{{ $product?->notes ?? '-' }}
{{ $standard?->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $standard?->remarks ?? '-' }}
{{ $standard?->notes ?? '-' }}