mirror of
https://github.com/crater-invoice/crater.git
synced 2025-11-01 14:11:09 -04:00
Refactor estimate pdf template
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
@if($estimate->user->company)
|
||||
<h1> {{$estimate->user->company->name}} </h1>
|
||||
<p class="company-address-heading"> {{$estimate->user->company->name}} </p>
|
||||
@endif
|
||||
|
||||
@if($company_address)
|
||||
<p class="company-add">
|
||||
<p class="company-address-text">
|
||||
@if($company_address->addresses[0]['address_street_1'])
|
||||
{!! nl2br(htmlspecialchars($company_address->addresses[0]['address_street_1'])) !!} <br>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user