@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')Success! This amount has been added to your account balance.
You can log in to your account to view your updated balance and transaction history.
@endsection