first commit
This commit is contained in:
11
resources/views/layouts/bill.blade.php
Normal file
11
resources/views/layouts/bill.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
@include('partials.bill.head')
|
||||
|
||||
<body onload="window.print();">
|
||||
<!-- Content Wrapper. Contains page content -->
|
||||
<div class="wrapper" style="margin-left: 0; page-break-after: always;">
|
||||
@yield('content')
|
||||
</div>
|
||||
<!-- /.content-wrapper -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user