improved print layout

This commit is contained in:
denisdulici
2019-12-13 11:04:17 +03:00
parent 27f0511417
commit 11219e4aa4
11 changed files with 21 additions and 99 deletions

View File

@@ -1,4 +1,4 @@
@extends('layouts.invoice')
@extends('layouts.print')
@section('title', trans_choice('general.invoices', 1) . ': ' . $invoice->invoice_number)
@@ -261,6 +261,7 @@
</div>
</div>
@if ($invoice->footer)
<div class="row">
<div class="col-md-12">
<div class="table-responsive">
@@ -268,9 +269,7 @@
<tbody>
<tr>
<th>
@if ($invoice->footer)
{!! $invoice->footer !!}
@endif
{!! $invoice->footer !!}
</th>
</tr>
</tbody>
@@ -278,5 +277,6 @@
</div>
</div>
</div>
@endif
</div>
@endsection