@extends('layouts.public') @section('content')
Certificate of Completion

Presented to

{{ $user->name }}
for successfully completing the course
{{ $course->title }}
on {{ $completedAt->format('d M Y') }}
Issued by
{{ \App\Models\SiteContent::value('site.name', config('app.name')) }}
Course
{{ $course->title }}
Date
{{ $completedAt->format('d M Y') }}
Generated by {{ config('app.name') }}
@endsection