<html>
<head>
<title>:: LAPORAN KIRIM SUPPLIER</title>
</head>
<body>
<script type="text/javascript">
window.print();
window.onfocus = function() {
window.close();
}
</script>
<style>
table,
th,
td {
border: 1px solid black;
border-collapse: collapse;
}
td {
text-align: center;
}
</style>
<h2>LAPORAN DATA KIRIM SUPPLIER </h2>
<table cellspacing="1" cellpadding="2">
<thead>
<tr>
<th bgcolor="#F5F5F5">Tanggal</th>
<th bgcolor="#F5F5F5">No Kirim</th>
<th bgcolor="#F5F5F5">Item</th>
<th bgcolor="#F5F5F5">Jumlah</th>
<th bgcolor="#F5F5F5">Harga Awal</th>
<th bgcolor="#F5F5F5">Harga Supplier</th>
</tr>
</thead>
<tbody>
@foreach ($datas as $key => $data)
<tr>
<td>{{$data->kirim_supplier->tanggal_kirim}}</td>
<td>{{$data->kirim_supplier->no_kirim}}</td>
<td>{{$data->nama_item}}</td>
<td>{{$data->qty}}</td>
<td>Rp.{{ number_format($data->item->biaya_item) }}</td>
<td>Rp.{{ number_format($data->biaya_item) }}</td>
</tr>
@endforeach
</tbody>
</table>
</body>
</html>
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]