@extends('emails.email-template') @section('title', 'New Investment Return') @section('subtitle', 'Your investment has generated returns') @section('company_name', $settings->site_name) @section('greeting', 'Hello ' . $user->name) @section('content')

This is a notification of a new return on investment (ROI) on your investment account.

@endsection @section('additional_content')
ROI Details
Plan:
{{ $plan }}
Amount:
{{ $settings->currency }}{{ $amount }}
Date:
{{ $plandate }}

Success! This amount has been added to your account balance.

@endsection @section('help_text')

You can log in to your account to view your updated balance and transaction history.

@endsection