@component('mail::message')
{{__('Hello, '. $invoice->name)}}
{{__('It remind to you, amount ')}}{{$invoice->getDue}} {{__('is pending for invoice ')}} {{$invoice->invoice}}
@component('mail::button', ['url' => $invoice->url])
{{__('Click to Download Invoice')}}
@endcomponent
{{__('Thanks,')}}
{{ config('app.name') }}
@endcomponent