location brought from model

This commit is contained in:
Cihan Şentürk
2021-09-03 12:53:35 +03:00
parent 414e405168
commit 6154ff31fd
10 changed files with 65 additions and 154 deletions

View File

@ -41,7 +41,7 @@
<p>
{!! nl2br(setting('company.address')) !!}
<br>
{!! $companyLocation !!}
{!! $document->company->location !!}
</p>
@endif
@ -89,7 +89,7 @@
<p>
{!! nl2br($document->contact_address) !!}
<br>
{!! $contactLocation !!}
{!! $document->contact->location !!}
</p>
@endif
@stack('address_input_end')