%PDF- %PDF-
| Direktori : /var/www/pjold/resources/views/ |
| Current File : /var/www/pjold/resources/views/corsipdf.blade.php |
<html moznomarginboxes mozdisallowselectionprint>
<head>
<!-- META SECTION -->
<title>TSI - Project Check</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="http://pjc.tsisrl.net/favicon.ico" type="image/x-icon" />
<!-- END META SECTION -->
<!-- CSS INCLUDE -->
<link rel="stylesheet" type="text/css" id="theme"
href="http://pjc.tsisrl.net/css/theme-default.css" />
<script type="text/javascript"
src="http://pjc.tsisrl.net/js/plugins/jquery/jquery.min.js"></script>
<script type="text/javascript"
src="http://pjc.tsisrl.net/js/plugins/jquery/jquery-ui.min.js"></script>
<link href="http://pjc.tsisrl.net/css/plugins/select2/select2.min.css" rel="stylesheet">
<link href="http://pjc.tsisrl.net/css/plugins/select2/select2-bootstrap4.min.css" rel="stylesheet">
<link href="http://pjc.tsisrl.net/css/plugins/sweetalert/sweetalert.css" rel="stylesheet">
<link href="http://pjc.tsisrl.net/css/plugins/toastr/toastr.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/@revolist/revogrid@latest/dist/revo-grid/revo-grid.js"></script>
<style>
@print {
@page :footer {
display: none
}
@page :header {
display: none
}
}
@page {size: 297mm 210mm; margin: 5mm;}
body {
background-color: white;
}
@page { margin: 20px; }
</style>
</head>
<body>
<div class="container" style="margin-top:20px">
<img src="https://www.tsisrlformazione.it/moodle/pluginfile.php/1/theme_mb2nl/loginlogo/1666557536/logo-tsi-srl.png" style="margin-bottom:30px">
<h2>{{ $nome }}</h2>
<p>Data corso: {{ $time }}</p>
<p>Codice corso: {{ $codice }}</p>
<table class="table table-striped" style="margin-top:40px" >
<thead>
<th>Nome</th>
<th>Orario Ingresso</th>
<th>Orario Uscita</th>
<th>Messaggi</th>
</thead>
<tbody>
@foreach($data as $item)
<tr>
<td>@if($item[4]) <b>M-{{ $item[0]}}</b> @else{{ $item[0]}} @endif</td>
<td>{{ $item[1]}}</td>
<td>{{ $item[2]}}</td>
<td>{{ $item[3]}}</td>
</tr>
@endforeach
</tbody>
</table>
</div>
</body>
</html>