address field detailed (city, zip_code, state, country)

This commit is contained in:
Cihan Şentürk
2021-09-03 11:43:55 +03:00
parent 04a4e869e3
commit ebeb8df1da
91 changed files with 15509 additions and 181 deletions

View File

@ -38,7 +38,11 @@
@stack('company_details_start')
@if (!$hideCompanyDetails)
@if (!$hideCompanyAddress)
<strong class="text-white">{!! nl2br(setting('company.address')) !!}</strong><br><br>
<strong class="text-white">
{!! nl2br(setting('company.address')) !!}
<br>
{!! $companyLocation !!}
</strong><br><br>
@endif
@if (!$hideCompanyTaxNumber)
@ -84,6 +88,8 @@
@stack('address_input_start')
@if (!$hideContactAddress)
{!! nl2br($document->contact_address) !!}
<br>
{!! $contactLocation !!}
<br><br>
@endif
@stack('address_input_end')