added company name to emails
This commit is contained in:
@ -45,7 +45,7 @@
|
||||
@if (! empty($salutation))
|
||||
{{ $salutation }}
|
||||
@else
|
||||
Regards,<br>{{ config('app.name') }}
|
||||
Regards,<br>{{ setting('general.company_name', config('app.name')) }}
|
||||
@endif
|
||||
|
||||
<!-- Subcopy -->
|
||||
|
Reference in New Issue
Block a user