improved invoice and fixed bill print/pdf layouts #540

This commit is contained in:
denisdulici
2018-10-11 12:29:48 +03:00
parent 856d444f09
commit a656c2e0bb
5 changed files with 241 additions and 267 deletions

View File

@ -9,6 +9,8 @@
<title>@yield('title') - @setting('general.company_name')</title>
<link rel="stylesheet" href="{{ asset('public/css/invoice.css?v=' . version('short')) }}">
@stack('css')
@stack('stylesheet')