Files
crater/resources/views/emails/viewed/estimate.blade.php
Mohit Panjwani bdf2ba51d6 init crater
2019-11-11 12:16:00 +05:30

12 lines
246 B
PHP

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