commit
eda1652123
4 changed files with 6 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
5.5.75
|
||||
5.5.76
|
||||
|
|
@ -14,8 +14,8 @@ return [
|
|||
'require_https' => env('REQUIRE_HTTPS', true),
|
||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
||||
'app_version' => '5.5.75',
|
||||
'app_tag' => '5.5.75',
|
||||
'app_version' => '5.5.76',
|
||||
'app_tag' => '5.5.76',
|
||||
'minimum_client_version' => '5.0.16',
|
||||
'terms_version' => '1.0.1',
|
||||
'api_secret' => env('API_SECRET', ''),
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
@endisset
|
||||
|
||||
@isset($signature)
|
||||
<p>{!! nl2br($signature) !!}</p>
|
||||
<p>{{ nl2br($signature) }}</p>
|
||||
@endisset
|
||||
</div>
|
||||
@endcomponent
|
||||
|
|
|
|||
|
|
@ -198,8 +198,8 @@
|
|||
<p style="font-size: 15px; color: #2e2e2e; font-family: 'roboto', Arial, Helvetica, sans-serif; font-weight: 500; margin-bottom:0;">
|
||||
{{ $company->present()->name() }}</p>
|
||||
<p style="font-size: 15px; color: #2e2e2e; font-family: 'roboto', Arial, Helvetica, sans-serif; font-weight: 400; margin-top: 5px;">
|
||||
<span>{{ $company->settings->phone }}</span>
|
||||
<span style="font-weight: 500"> {{ $company->settings->website }}</span>
|
||||
<p>{{ $company->settings->phone }}</p>
|
||||
<p style="font-weight: 500"> {{ $company->settings->website }}</p>
|
||||
</p>
|
||||
@endif
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue