{{-- 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.
Plan: {{ $demo->receiver_plan }}
Amount: {{ $demo->received_amount }}
Date: {{ $demo->date }}
Kind regards,
{{ $demo->sender }}.
@endcomponent
{{-- blade-formatter-disable --}}