formatting
This commit is contained in:
parent
dfe651b8ec
commit
4cb4f54771
@ -3,7 +3,7 @@
|
||||
@section('title', trans_choice('general.invoices', 1) . ': ' . $invoice->invoice_number)
|
||||
|
||||
@section('content')
|
||||
<div class="row" style="background-color:{{ setting('invoice.color') }};">
|
||||
<div class="row" style="background-color:{{ setting('invoice.color') }};">
|
||||
<div class="col-58 m-first-column">
|
||||
<div class="text company pl-2 m-fc-left">
|
||||
<img src="{{ $logo }}" class="m-logo" alt="{{ setting('company.name') }}"/>
|
||||
@ -105,7 +105,7 @@
|
||||
<div class="col-100">
|
||||
<div class="text">
|
||||
<table class="m-lines">
|
||||
<thead style="background-color:{{ setting('invoice.color') }};">
|
||||
<thead style="background-color:{{ setting('invoice.color') }};">
|
||||
<tr>
|
||||
@stack('name_th_start')
|
||||
<th class="item text-white">{{ trans_choice($text_override['items'], 2) }}</th>
|
||||
@ -194,7 +194,7 @@
|
||||
|
||||
@if ($invoice->footer)
|
||||
<div class="row mt-7">
|
||||
<div class="col-100 py-2" style="background-color:{{ setting('invoice.color') }};">
|
||||
<div class="col-100 py-2" style="background-color:{{ setting('invoice.color') }};">
|
||||
<div class="text company pl-2">
|
||||
<strong class="text-white">{!! $invoice->footer !!}</strong>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user