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