{{ $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 ?? '-' }}
{{ $brochure?->is_comply == 1 ? 'Comply' : 'Not Comply' }}
{{ $brochure?->remarks ?? '-' }}
{{ $brochure?->notes ?? '-' }}