@extends('emails.base') @section('header', 'Transaction Updated') @section('slot') @if($transaction->type == 'investment') {{-- Investment Transaction Update --}}
Your robots are now actively working
@elseStatus: {{ ucfirst($transaction->status) }}
@endif{{ $transaction->investment->scheme->scheme_name }}
{{ $transaction->investment->scheme->interest_rate }}%
Weekly Returns
{{ $transaction->investment->scheme->risk_exposure_percentage }}%
Risk Level
📅 Important Dates:
Next Payout: {{ \Carbon\Carbon::parse($transaction->investment->next_payout_time)->format('M d, Y') }}
Investment Ends: {{ \Carbon\Carbon::parse($transaction->investment->investment_end_date)->format('M d, Y') }}
{{ $transaction->investment->scheme->description }}
Plan: {{ $transaction->investment->interest_plan }}
Status: {{ ucfirst($transaction->status) }}
Status: {{ ucfirst($transaction->status) }}
Your funds are on the way
@elseStatus: {{ ucfirst($transaction->status) }}
@endifStatus: {{ ucfirst($transaction->status) }}
@if(isset($transaction->method_info['address']))📍 Destination:
{{ $transaction->method_info['address'] }}
@if(isset($transaction->method_info['network']))Network: {{ $transaction->method_info['network'] }}
@endifTransaction ID: {{ $transaction->id }}
💬 Remark: {{ $transaction->method_info['remark'] }}
Questions? Contact Support
@endif @endsection