@extends('layouts.landing') @section('title', 'Elearning Course Certification') @section('content')
Back
Certificate Preview
Socialite
{{@$certificate->header}}

{{@$certificate->title}}

{{@$certificate->subtitle}}

{{Auth::user()->first_name}} {{Auth::user()->last_name}}

{{@$certificate->description}}
{{\Carbon\Carbon::parse($user_time->time)->toFormattedDateString()}}
Signature
{{@$certificate->signature_name}}

{{@$certificate->signature_title}}

{{--

Hello

About this Code:

Demo of how to convert and Download HTML page to PDF file with CSS, using JavaScript and jQuery.

Person Contact Country
John +2345678910 Germany
Jacob +1234567890 Mexico
Eleven +91234567802 Austria

--}}
@endsection