diff --git a/resources/views/partials/bill/head.blade.php b/resources/views/partials/bill/head.blade.php
index 9d6e47c0a..6383d3b36 100644
--- a/resources/views/partials/bill/head.blade.php
+++ b/resources/views/partials/bill/head.blade.php
@@ -3,6 +3,7 @@
+
@yield('title') - @setting('general.company_name')
@@ -20,6 +21,12 @@
+
+
@stack('css')
@stack('stylesheet')
diff --git a/resources/views/partials/invoice/head.blade.php b/resources/views/partials/invoice/head.blade.php
index 9d6e47c0a..6383d3b36 100644
--- a/resources/views/partials/invoice/head.blade.php
+++ b/resources/views/partials/invoice/head.blade.php
@@ -3,6 +3,7 @@
+
@yield('title') - @setting('general.company_name')
@@ -20,6 +21,12 @@
+
+
@stack('css')
@stack('stylesheet')