improved print layout
This commit is contained in:
		| @@ -1,15 +0,0 @@ | ||||
| <html lang="{{ app()->getLocale() }}"> | ||||
|  | ||||
|     @include('partials.bill.head') | ||||
|  | ||||
|     <body onload="window.print();"> | ||||
|  | ||||
|         @stack('body_start') | ||||
|  | ||||
|             @yield('content') | ||||
|  | ||||
|         @stack('body_end') | ||||
|  | ||||
|     </body> | ||||
|  | ||||
| </html> | ||||
| @@ -1,15 +0,0 @@ | ||||
| <html lang="{{ app()->getLocale() }}"> | ||||
|  | ||||
|     @include('partials.invoice.head') | ||||
|  | ||||
|     <body onload="window.print();"> | ||||
|  | ||||
|         @stack('body_start') | ||||
|  | ||||
|             @yield('content') | ||||
|  | ||||
|         @stack('body_end') | ||||
|  | ||||
|     </body> | ||||
|  | ||||
| </html> | ||||
| @@ -2,6 +2,12 @@ | ||||
|  | ||||
|     @include('partials.admin.head') | ||||
|  | ||||
|     <style type="text/css"> | ||||
|         * { | ||||
|             font-family: DejaVu Sans, sans-serif !important; | ||||
|         } | ||||
|     </style> | ||||
|  | ||||
|     <body onload="window.print();"> | ||||
|  | ||||
|         @stack('body_start') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user