@component('mail::message')
{{__('Hello,')}}
{{__($invoice->name .' Shared you this invoice')}}
@component('mail::button', ['url' => $invoice->url])
{{__('Click to Download Invoice')}}
@endcomponent
{{__('Thanks,')}}
{{ config('app.name') }}
@endcomponent