MOON
Server: Apache
System: Linux server10.mejorconweb.com 3.10.0-962.3.2.lve1.5.27.el7.x86_64 #1 SMP Sat Nov 30 02:18:52 EST 2019 x86_64
User: ser65kty (1085)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/ser65kty/cardedeu.serversmw.com/resources/views/certificadopdf.blade.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Certificat {{$user->name}}</title>
<style>
.btn.asist {cursor: default;}
.btn.asist.btn-warning:hover{background-color: #f0ad4e; border-color: #f0ad4e;}
.btn.asist.btn-primary:hover{background-color: #337ab7; border-color: #337ab7;}
.btn.asist.btn-danger:hover{background-color: #d9534f; border-color: #d9534f;}
.btn.asist.btn-success:hover{background-color: #5cb85c; border-color: #5cb85c;}

.datainscricoes {font-size: 12px; float: right;}

body {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; /*border: 15px double #ff0000;*/ background: url(images/certbg.jpg); background-repeat: no-repeat; background-size: contain; margin: 0!important; padding: 0!important}

h3 {font-size: 20px;}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

thead {background-color: #eee;}

td, th {padding: 8px;}

td {text-transform: uppercase;}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
.textofinal {text-align: center;}
</style>
</head>

<body>

<!--<h3 style="text-align: center;">Inscrições</h3>-->
<div class="inline" style="margin-top: 50px!important;">
<img src="images/logo-lamongia-header.png" style="max-height: 60px; margin-left: 25%;">
<img src="images/logo-aj-cardedeu.png" style="max-height: 60px; margin-left: 3%;">
</div>

<div style="margin: 40px!important; font-size: 24px; text-align: center;">
  <span style="text-transform: uppercase; font-size: 30px">{{$user->name}} {{$user->cognom1}} {{$user->cognom2}}</span>
  <br>
  <span style="font-size: 20px">ha realitzat el curs</span>
  <br><br>
  <span style="text-transform: uppercase; font-size: 26px">{{$certificado->curso->name}}</span>
  <br>
  <span style="font-size: 20px">realitzat al centre de formació i ocupació de La Mongia</span>
  <br><br>
  <span style="text-transform: uppercase; font-size: 22px">{{\App\Helpers\helpers::getdatedayhelper($certificado->created_at)}}</span>
  <br><br>
  <img src="images/segell-ajuntament.jpg" style="max-height: 150px;">
</div>
</body>
</html>