mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 20:51:09 -04:00
11 lines
238 B
PHP
11 lines
238 B
PHP
@component('mail::message')
|
|
Check your estimate.
|
|
|
|
@component('mail::button', ['url' => url('/customer/estimates/pdf/'.$data['estimate']['unique_hash'])])
|
|
Get your estimate
|
|
@endcomponent
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
@endcomponent
|