@include('website.partials.include_css') @include('website.partials.header')

All AYUSH Certifications

Complete list of certified organizations and products

line-img
Complete AYUSH Certification List

All Certified Organizations and Products

Showing {{ $certifications->total() }} total certifications

@forelse($certifications as $index => $certification) @empty @endforelse
Sr.No CLIENT DOSAGE AND PRODUCT TOTAL CERTIFICATE PDF
{{ ($certifications->currentPage() - 1) * $certifications->perPage() + $index + 1 }} {!! nl2br(e($certification->client_details)) !!} {!! nl2br(e($certification->dosage_and_product)) !!} {{ $certification->total }} @if($certification->certificate_pdf_url) Download PDF @else No PDF @endif
No certifications found.
@if($certifications->hasPages())
{{ $certifications->links() }}
@endif
line-img
Transparency in ISO Certification Services

Client Status & Certification Information

Updated records of clients with suspended or withdrawn certifications.

@if($transparency && $transparency->suspended_clients_pdf_url) PDF icon
List of Suspended Clients
@else
PDF icon
List of Suspended Clients
@endif @if($transparency && $transparency->withdrawn_clients_pdf_url) PDF icon
List of Withdrawal Clients
@else
PDF icon
List of Withdrawal Clients
@endif
@include('website.partials.footer') @include('website.partials.include_js')