@extends('layouts.public') @section('content')
Safe Skill Services
The certificate number provided does not exist in our records.
| Certificate Number | {{ $participant->certificate_no }} |
|---|---|
| Participant Name | {{ $participant->participant_name }} |
| Company | {{ $session->company->company_name ?? '' }} |
| Training Subject | {{ $session->trainingSubject->subject_name ?? '' }} |
| Conducted At | {{ $session->venue }} |
| Training Date | {{ \Carbon\Carbon::parse($session->training_date)->format('d-m-Y') }} |
| Valid Till | {{ $validTill->format('d-m-Y') }} |
| Verification Status | {{ $status }} |