print template color feature added

This commit is contained in:
batuhanbas
2020-01-08 17:17:37 +03:00
parent e547ee7dbe
commit 49630ae8e9
10 changed files with 73 additions and 30 deletions

View File

@@ -114,7 +114,9 @@
<div class="col-100">
<div class="text">
<table class="lines">
<thead class="bg-default">
@foreach($invoice as $item)
<thead style="background-color:{{ setting('invoice.color') }};">
@endforeach
<tr>
@stack('name_th_start')
<th class="item text-white">{{ trans_choice($text_override['items'], 2) }}</th>