File "endplan.blade.php"

Full Path: /home/fundopuh/trader.fxex.org/resources/views/emails/endplan.blade.php
File size: 528 bytes
MIME-type: text/plain
Charset: utf-8

{{-- 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 --}}