{{-- blade-formatter-disable --}}
@component('mail::message')
# Hello {{ $demo->receiver_name }},
This is to notify you that your investment plan ({{ $demo->receiver_plan }} plan) has expired and your capital for this plan has been added to your account for withdrawal. <br>
<strong>Plan:</strong> {{ $demo->receiver_plan }} <br>
<strong>Amount:</strong> {{ $demo->received_amount }} <br>
<strong>Date:</strong> {{ $demo->date }} <br>
Kind regards,<br>
{{ $demo->sender }}.
@endcomponent
{{-- blade-formatter-disable --}}