From 8b5fd52d3dc1ca0b54be72c27efbd0e755ff3581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Ba=C5=9F?= Date: Sat, 17 Nov 2018 12:25:49 +0300 Subject: [PATCH] Some character problem is fixed --- resources/views/partials/bill/head.blade.php | 6 ++++++ resources/views/partials/invoice/head.blade.php | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/resources/views/partials/bill/head.blade.php b/resources/views/partials/bill/head.blade.php index e1173cc8c..0dc84ebf8 100644 --- a/resources/views/partials/bill/head.blade.php +++ b/resources/views/partials/bill/head.blade.php @@ -11,6 +11,12 @@ + + @stack('css') @stack('stylesheet') diff --git a/resources/views/partials/invoice/head.blade.php b/resources/views/partials/invoice/head.blade.php index e1173cc8c..0dc84ebf8 100644 --- a/resources/views/partials/invoice/head.blade.php +++ b/resources/views/partials/invoice/head.blade.php @@ -11,6 +11,12 @@ + + @stack('css') @stack('stylesheet')