@component('mail::message')
#
Invoice Notification
This is to notify you that there is a new invoice in your account awaiting your review.
Kindly access your account using the button below.
@component('mail::button', ['url' => '/createInvoice'])
Go to the Invoice Page
@endcomponent
Thank you for your usual corperation,
{{ config('app.name') }}
@endcomponent