fix pdf kehadiran
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h5>Kehadiran Anggota Koperasi</h5>
|
||||
<h3>Kehadiran Anggota Koperasi</h3>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-condensed">
|
||||
<thead>
|
||||
@@ -43,6 +43,10 @@
|
||||
|
||||
{{-- @endif --}}
|
||||
@endforeach
|
||||
<tr>
|
||||
<td colspan="2"><b>Peratus Kehadiran</b></td>
|
||||
<td><b>{{ ($totalkehadiranAll / $votes) * 100 }}%</b></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@@ -54,7 +58,7 @@
|
||||
|
||||
<!-- Verified By column -->
|
||||
<div class="container mt-4">
|
||||
<div class="row">
|
||||
<div class="signature-section row">
|
||||
<div class="col-md-12">
|
||||
<div class="table-responsive">
|
||||
<table>
|
||||
@@ -75,6 +79,10 @@
|
||||
|
||||
<style>
|
||||
/* Style for table body */
|
||||
.signature-section{
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
.table tbody td {
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 8px;
|
||||
|
||||
Reference in New Issue
Block a user