@@ -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> |