Files
crater/resources/views/emails/viewed/estimate.blade.php
2020-01-27 14:47:02 +02:00

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