From a8d38c66e9647e6ed593a9346d2197fa4065e073 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 12 Mar 2021 15:23:09 +0800 Subject: [PATCH] change supplier do date and supplier name --- resources/views/pdf/po.blade.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/views/pdf/po.blade.php b/resources/views/pdf/po.blade.php index f2ce45a2..8bc1650e 100644 --- a/resources/views/pdf/po.blade.php +++ b/resources/views/pdf/po.blade.php @@ -8,7 +8,10 @@ body { font-family: sun-extA; overflow: wrap; + margin-top: 50px; margin-bottom: 50px; } + .header {top: -50px; position: fixed;} + .footer {bottom: -50px; position: fixed;} table { width: 100%; }