瀏覽代碼

add page break in claim pdf

ifah
Siti Hajar Ibrahim 4 年之前
父節點
當前提交
e37b86fca2
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      resources/views/pdf/agent-claim.blade.php

+ 5
- 0
resources/views/pdf/agent-claim.blade.php 查看文件

@@ -56,6 +56,9 @@
background-color: #EA5730;
color: #FFF;
}
.page-break {
page-break-after: always;
}
</style>

</head>
@@ -161,6 +164,8 @@
</tfoot>
</table>

<div class="page-break"></div>

<table width="100%" style>
<tr>
<td width="50%">Business Registration Number : {{$com->reg_no}} </td>

Loading…
取消
儲存