@php
$imgPath = public_path('portais/img/marca_d_agua_ciminas.png');
$base64 = base64_encode(file_get_contents($imgPath));
$logoHeaderPath = public_path('portais/ciminas/certificado/logo_header.png');
$base64LogoHeader = base64_encode(file_get_contents($logoHeaderPath));
$logoHeader2Path = public_path('portais/ciminas/certificado/logo_header2.png');
$base64LogoHeader2 = base64_encode(file_get_contents($logoHeader2Path));
@endphp
{!! $messagem !!}
@if(empty($conso->nome_presidente_2))
@if (!empty($conso->assinatura_presidente))
@endif
@if (!empty($conso->nome_presidente))
{{ $conso->nome_presidente }}
{{ $conso->cargo }}
@endif
@else
@if(!empty($conso->assinatura_presidente))
@endif
@if(!empty($conso->nome_presidente))
{{ $conso->nome_presidente }}
{{ $conso->cargo }}
@endif
@if (!empty($conso->assinatura_presidente_2))
@endif
@if (isset($conso->nome_presidente_2))
{{ $conso->nome_presidente_2 }}
{{ $conso->cargo_2 }}
@endif
@endif
@if($temverso)