print template pdf problem solved

This commit is contained in:
batuhanbas
2020-01-07 16:36:09 +03:00
parent 3e81ea08ca
commit a37e489b51
7 changed files with 809 additions and 624 deletions

View File

@ -1,12 +1,6 @@
<html lang="{{ app()->getLocale() }}">
@include('partials.admin.head')
<style type="text/css">
* {
font-family: DejaVu Sans, sans-serif !important;
}
</style>
@include('partials.print.head')
<body onload="window.print();">
@stack('body_start')