@include('header')
@include('sidebar')
Certificates
Certificate Resources
Certificate Registry
Search for Active and Retired Credential Holders
@csrf
Name
Certificate
Select Certificate
@foreach($certificates as $certificate)
{{ $certificate }}
@endforeach
Country / Region
Select Country
@foreach($countries as $country)
{{ $country }}
@endforeach
Submit
@include('footer')