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