@extends('admin/layouts.master') @section('title', __("Certicficate Preview")) @section('stylesheet') @endsection @section('body')
@include('admin.message')

{{ __("Enable / Disable") }}
{{ __("Certificate") }}

{{ strip_tags($titlestyle->title) }}
@php $mytime = Carbon\Carbon::now(); @endphp

{{ strip_tags($contentstyle->content) }}{{ __("User Name") }} {{ strip_tags($contentstyleblock2->content) }} {{ __("Course Name") }} {{ $contentstyleblock3->content }}
{{ __("Date") }}

{{__("User Name") }}
{{ __("User Name") }}, {{ __("Instructor") }}
{{ $contentstyleblock3->symbol }}
@if(!empty($certificatesignaturestyle->signature_image)) logo @endif
@endsection