@extends('web.default.panel.layouts.panel_layout') @section('content')

My Serial Number & Certificates

Your Unique Serial Number
Use this serial number to search for all your certificates on our website.
User Information

Name: {{ $user->full_name }}

Email: {{ $user->email }}

Total Certificates: {{ $certificateCount }}

My Certificates ({{ $certificateCount }})
@if($certificates->count() > 0)
@include(getTemplate() . '.panel.certificates._certificate_rows', ['certificates' => $certificates])
# Type Course/Quiz Grade Date Actions
@else
You don't have any certificates yet. Complete courses or quizzes to earn certificates!
@endif
How to Search Your Certificates

You can search for your certificates using your serial number:

  1. Go to the main search page on our website
  2. Enter your serial number: {{ $userSerialNumber }}
  3. Click search to see all your certificates
Search My Certificates
@endsection