mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
add company name to pdf
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
@component('mail::message')
|
||||
Thanks for buying.
|
||||
|
||||
@if (! empty($logo))
|
||||
# {{ $company }}
|
||||
@else
|
||||
@component('mail::button', ['url' => url('/customer/invoices/pdf/'.$data['invoice']['unique_hash'])])
|
||||
Get your invoice
|
||||
@endcomponent
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
{{-- Thanks,<br>
|
||||
{{ config('app.name') }} --}}
|
||||
@endcomponent
|
||||
|
||||
Reference in New Issue
Block a user