File "estimate.blade.php"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/resources/views/emails/viewed/estimate.blade.php
File size: 297 bytes
MIME-type: text/plain
Charset: utf-8
@component('mail::message')
@lang('mail_viewed_estimate', ['name' => $data['user']['name']])
@component('mail::button', ['url' => url('/admin/estimates/'.$data['estimate']['id'].'/view')])@lang('mail_view_estimate')
@endcomponent
@lang('mail_thanks'),<br>
{{ config('app.name') }}
@endcomponent