Fix countries for documents #1p66u4u

This commit is contained in:
Cüneyt Şentürk
2021-11-08 02:40:40 +03:00
parent 4f1146dc33
commit d9d0e09e3a
15 changed files with 112 additions and 5 deletions

View File

@ -41,7 +41,7 @@
<p>
{!! nl2br(setting('company.address')) !!}
<br>
{!! $document->company->location !!}
{!! $document->contact_location !!}
</p>
@endif

View File

@ -89,7 +89,7 @@
<p>
{!! nl2br($document->contact_address) !!}
<br>
{!! $document->contact->location !!}
{!! $document->contact_location !!}
</p>
@endif
@stack('address_input_end')

View File

@ -89,7 +89,7 @@
@if (!$hideContactAddress)
{!! nl2br($document->contact_address) !!}
<br>
{!! $document->contact->location !!}
{!! $document->contact_location !!}
<br><br>
@endif
@stack('address_input_end')