@extends('layouts.master') @push('styles') @endpush @section('content')
Certificate Preview
Certificate Templates
@php $imagePath = asset($certificateTemplate->background_image); @endphp
Certificate Background
{!! htmlspecialchars_decode( $certificateTemplate->body) !!}
@endsection @section('scripts') @endsection