@extends('frontend.layouts.app'.config('theme_layout')) @section('title', 'Certificate Verification | '.app_name()) @section('meta_description', '') @section('meta_keywords','') @push('after-styles') @endpush @section('content') @php $footer_data = json_decode(config('footer_data')); @endphp @if(session()->has('alert'))
Course Name | Student Name | Certified at | Actions |
---|---|---|---|
{{$certificate->course->title}} | {{$certificate->user->name}} | {{$certificate->created_at->format('d M, Y')}} | @lang('labels.backend.certificates.view') @lang('labels.backend.certificates.download') |