@extends('components.customer-layout') @section('header')
@endsection @section('content')Industries : {{ $data->industry }}
ABOUT THIS PACK
{{ $data->description }}
Minimum Amount :
${{ number_format(floatval($data->min), 2) }}
Maximum Amount :
${{ number_format(floatval($data->max), 2) }}
Total Investment :
@php $total = 0; @endphp @if (!empty($investment)) @foreach ($investment as $invest) @php $total += $invest->amount; @endphp @endforeach @endif ${{ number_format($total, 2, '.', ',') }}
| SERIAL NO | INVESTED | AMT ACCURED | DATE INVESTED | STATUS |
|---|---|---|---|---|
|
{{ $datas->random }}
|
${{ number_format(floatval($datas->amount), 2) }}
|
${{ number_format(floatval($datas->accuredAmount), 2) }} | {{ date('d M,Y', strtotime($datas->createdAt)) }} | {{ $datas->status }} |
Trading Frequency {{-- Pending --}}
Balance : ${{ number_format(floatval($account->balance), 2) }}
The amount you enter will be deducted from your account balance and invested in the portfolio selected. The Minimum investment amount is ${{ number_format(floatval($data->min), 2) }}
@if ($data->soldOutStatus == 'YES' && $isFoundation === 'FALSE')