HungryTime surya90 This code is not compatible with version 2.9
If you have already pasted, put back the original file (resources/views/admin/viewRestaurantPayout.blade.php)
Now open the sadsa file again and paste these codes in the same place as I did
<a href="javascript:void(0)" id="printButton" class="btn btn-sm btn-primary my-2" style="color: #fff; border: 1px solid #ccc; float: right;"><i class="icon-printer mr-1"></i> Print Report</a>
<div class="printReceipt">
</div>
$('#printButton').on('click',function(){
$('.printReceipt').printThis();
});