diff --git a/resources/views/components/global-private-credit-fund-product.blade.php b/resources/views/components/global-private-credit-fund-product.blade.php index 71885d2..16a5ec0 100644 --- a/resources/views/components/global-private-credit-fund-product.blade.php +++ b/resources/views/components/global-private-credit-fund-product.blade.php @@ -36,16 +36,16 @@

Close Date: Approx. Sep 2030

-

Target IRR: {{ $data->funds->target_irr }} -

- {{--

Tenure From Final Date: - {{ $data->funds->tenure_from_final_date }}

--}} +

1 yrs return: {{ $data->funds->year1_return }}% +

| +

3 yrs return: + {{ $data->funds->year3_return }}%

Minimum Investment: {{ $data->funds->minimum_investment }}

-

{{ $data->funds->description }}

+

{{ substr($data->funds->fund_description, 0, 200) }}...