File "newroi.blade.php"
Full Path: /home/fundopuh/trader.fxex.org/resources/views/emails/newroi.blade.php
File size: 428 bytes
MIME-type: text/plain
Charset: utf-8
{{-- blade-formatter-disable --}}
@component('mail::message')
# Hello {{ $user->name }},
This is a notification of a new return on investment (ROI) on your investment account.
<br>
<strong>Plan: </strong> {{ $plan }} <br>
<strong>Amount: </strong> {{ $settings->currency }}{{ $amount }}<br>
<strong>Date: </strong> {{ $plandate }} <br>
Thanks,<br>
{{ $settings->site_name }}.
@endcomponent
{{-- blade-formatter-disable --}}