Files
crater/resources/views/emails/viewed/estimate.blade.php
Mohit Panjwani 89ee58590c build version 400
2020-12-02 17:54:08 +05:30

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