diff --git a/app/Http/Controllers/Admin/ManageFreeUInvestments/VentureCapitalFundController.php b/app/Http/Controllers/Admin/ManageFreeUInvestments/VentureCapitalFundController.php index 77bb06e..030d07f 100644 --- a/app/Http/Controllers/Admin/ManageFreeUInvestments/VentureCapitalFundController.php +++ b/app/Http/Controllers/Admin/ManageFreeUInvestments/VentureCapitalFundController.php @@ -177,6 +177,7 @@ class VentureCapitalFundController extends Controller 'valuation_per_sector' => $request->valuation_per_sector, 'focused_funds' => $request->focused_funds, 'trading_strategy' => $request->trading_strategy, + 'trading_strategy_used'=>$request->trading_strategy_used, 'involved_in_short_selling' => $request->involved_in_short_selling, 'minimum_investment' => $request->min_investment, ]); diff --git a/app/Http/Resources/HedgeFundResource.php b/app/Http/Resources/HedgeFundResource.php index 482068e..61305c8 100644 --- a/app/Http/Resources/HedgeFundResource.php +++ b/app/Http/Resources/HedgeFundResource.php @@ -69,6 +69,11 @@ class HedgeFundResource extends JsonResource 'involved_in_short_selling' => $this->involved_in_short_selling, 'minimum_investment' => $this->minimum_investment, 'company' => $this->companies, + 'regions_covered' => $this->regions_covered, + 'isin_code'=>$this->isin_code, + 'focused_real_estate_sectors'=>$this->focused_real_estate_sectors, + 'rera_complied_property' =>$this->rera_complied_property, + 'return_on_investment'=>$this->return_on_investment ]; } } diff --git a/app/Http/Resources/PrivateInvestmentInPublicEquityFundResource.php b/app/Http/Resources/PrivateInvestmentInPublicEquityFundResource.php index bbfb49b..30d5ac9 100644 --- a/app/Http/Resources/PrivateInvestmentInPublicEquityFundResource.php +++ b/app/Http/Resources/PrivateInvestmentInPublicEquityFundResource.php @@ -64,7 +64,10 @@ class PrivateInvestmentInPublicEquityFundResource extends JsonResource 'other_expenses' => $this->other_expenses, 'focused_real_estate_sectors' => $this->focused_real_estate_sectors, 'company' => $this->companies, - 'minimum_investment' => $this->minimum_investment + 'minimum_investment' => $this->minimum_investment, + 'target_irr'=>$this->target_irr, + 'focused_sectors_industries'=>$this->focused_sectors_industries, + 'rera_complied_property'=>$this->rera_complied_property ]; } } diff --git a/public/assets/uploads/product_images/202406121512_IMG-20240427-WA0004.jpg b/public/assets/uploads/product_images/202406121512_IMG-20240427-WA0004.jpg new file mode 100644 index 0000000..5c9d211 Binary files /dev/null and b/public/assets/uploads/product_images/202406121512_IMG-20240427-WA0004.jpg differ diff --git a/public/assets/uploads/product_images/202406121547_IMG-20240427-WA0004.jpg b/public/assets/uploads/product_images/202406121547_IMG-20240427-WA0004.jpg new file mode 100644 index 0000000..5c9d211 Binary files /dev/null and b/public/assets/uploads/product_images/202406121547_IMG-20240427-WA0004.jpg differ diff --git a/resources/views/Admin/Pages/manage_freeu_investment/edit-product/alternative-investment-fund.blade.php b/resources/views/Admin/Pages/manage_freeu_investment/edit-product/alternative-investment-fund.blade.php index c746e5a..5ad3d88 100644 --- a/resources/views/Admin/Pages/manage_freeu_investment/edit-product/alternative-investment-fund.blade.php +++ b/resources/views/Admin/Pages/manage_freeu_investment/edit-product/alternative-investment-fund.blade.php @@ -1055,6 +1055,29 @@ + +
+ + + + + + + + + + + + + +
+
diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/hedge-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/hedge-fund-product.blade.php index 62bdf2d..677954d 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/hedge-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/hedge-fund-product.blade.php @@ -317,6 +317,11 @@

Focused Funds

{{ $productData->focused_funds }}
+
+

Focused Sector Industries

+ {{-- @dd($productData) --}} + {{ $productData->focused_sectors_industries ?? '-' }} +
@@ -376,7 +381,32 @@

Company

{{ $hedgeFund->company == null ? '-' : $hedgeFund->company->company_name }} + +
+

ISIN Code

+ {{ $hedgeFund->isin_code == null ? '-' : $hedgeFund->isin_code }} +
+
+

Focused Real Estate Sectors

+ {{ $hedgeFund->focused_real_estate_sectors == null ? '-' : $hedgeFund->focused_real_estate_sectors }} +
+ {{-- @dd($hedgeFund) --}} +
+
+

Regions Covered

+ {{ $hedgeFund->regions_covered == null ? '-' : $hedgeFund->regions_covered }} +
+
+

Rera Complied Property

+ {{ $hedgeFund->rera_complied_property == null ? '-' : $hedgeFund->rera_complied_property }} +
+
+

Return On Investment

+ {{ $hedgeFund->return_on_investment == null ? '-' : $hedgeFund->return_on_investment }} +
+
+ diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php index e381bc9..f5ed9cf 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php @@ -295,7 +295,7 @@

Return on investment

- {{ $longOnlyEquityFund->return_on_investment_irr_dpi_rvpi_tvpi ?? '-' }} + {{ $longOnlyEquityFund->return_on_investment ?? '-' }}
@@ -320,6 +320,16 @@

Valuation per security (NAV)

{{ $productData->valuation_per_security_nav ?? '-' }} +
+

Focused Sector Industries

+ {{ $longOnlyEquityFund->focused_sectors_industries ?? '-' }} +
+ +
+

Rera Complied Property

+ {{ $longOnlyEquityFund->rera_complied_property ?? '-' }} +
+ @@ -334,13 +344,13 @@

Minimum Investment

{{ $longOnlyEquityFund->minimum_investment ?? '-' }} - {{--
+

Trading strategy

{{ $longOnlyEquityFund->trading_strategy ?? '-' }} -
--}} +

Trading Strategy Used

- {{ $productData->trading_strategy_used ?? '-' }} + {{ $longOnlyEquityFund->trading_strategy_used ?? '-' }}
diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/private-investment-public-equity-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/private-investment-public-equity-product.blade.php index 6d7dc29..5b9a83a 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/private-investment-public-equity-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/private-investment-public-equity-product.blade.php @@ -328,6 +328,19 @@

Company

{{ $pipe->company->company_name ?? '-' }} +
+

Target IRR

+ {{ $pipe->target_irr ?? '-' }} +
+ +
+

Focused Real Estate Sectors

+ {{ $pipe->focused_sectors_industries ?? '-' }} +
+
+

Rera Complied Property

+ {{ $pipe->rera_complied_property ?? '-' }} +