@extends('layouts.app') @section('content')
| Plan | Amount | Daily Profit | Status | Ends At |
|---|---|---|---|---|
| {{ $investment->plan->name }} | ${{ number_format($investment->amount, 2) }} | ${{ number_format($investment->daily_profit, 2) }} | {{ ucfirst($investment->status) }} | {{ $investment->ends_at }} |