@extends('user.user_dashboard') @section('home')
Certificate
Enhanced Study / Certificate
{{-- Certificate --}}
{{ $product->product_name }}
Certificate of Completion

Complete all chapters and the final assessment to unlock and download your certificate of completion.

{{-- Example: lock logic --}} @if ($product->certificate_unlocked ?? false) Download Certificate @else @endif

{{-- end Final Assessment --}}
@endsection