Files
docker_dev/crater/resources/views/emails/viewed/estimate.blade.php
2025-09-20 16:11:47 +02:00

11 lines
255 B
PHP

@component('mail::message')
{{ $data['user']['name'] }} viewed this Estimate.
@component('mail::button', ['url' => url('/admin/estimates/'.$data['estimate']['id'].'/view')])
View Estimate
@endcomponent
Thanks,<br>
{{ config('app.name') }}
@endcomponent