8 lines
146 B
PHP
8 lines
146 B
PHP
<html>
|
|
@include('partials.admin.head')
|
|
|
|
<body onload="window.print();" class="print-width">
|
|
@yield('content')
|
|
</body>
|
|
</html>
|