0

Using JavaScript i am taking printout in Laravel

<script type="text/javascript">
    $(document).ready(function(){
        window.print();
    });
</script>

How can add page number in footer of the page? TIA

Sona Rijesh
  • 1,041
  • 7
  • 32
  • 62
  • 1
    This is not larvel specific since you are using the browsers print function, https://stackoverflow.com/a/20317775/8630903 This answer should help you out – Anuj Shrestha Mar 03 '23 at 06:38

0 Answers0