mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
12 lines
267 B
PHP
12 lines
267 B
PHP
@component('mail::message')
|
|
@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') }} --}}
|
|
@endcomponent
|