mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
12 lines
261 B
PHP
12 lines
261 B
PHP
@component('mail::message')
|
|
# Introduction
|
|
{{ $data['user']['name'] }} viewed this Invoice.
|
|
|
|
@component('mail::button', ['url' => url('/admin/invoices/'.$data['invoice']['id'].'/view')])
|
|
Invoice
|
|
@endcomponent
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
@endcomponent
|