{{-- Certificado de Asistencia para descargar en PDF --}} Certificado de Asistencia {{-- Verificar si la imagen existe y convertir a Base64 --}} @php $imagePath = public_path('img/diplomas/diploma.png'); $imageExists = file_exists($imagePath); $imageBase64 = $imageExists ? base64_encode(file_get_contents($imagePath)) : null; @endphp
@if($imageBase64) Fondo del certificado @else
@endif

{{ $diploma->curso->producto->nombre }}

realizado el día {{ ucfirst($diploma->curso->fecha) }}

{{ ucfirst($diploma->user->name) }} {{ ucfirst($diploma->user->apellido) }}

{{ $diploma->curso->producto->nombre }}