diff --git a/app/Http/Controllers/Frontend/IndianRealAssetController.php b/app/Http/Controllers/Frontend/IndianRealAssetController.php index 513af75..150e4cd 100644 --- a/app/Http/Controllers/Frontend/IndianRealAssetController.php +++ b/app/Http/Controllers/Frontend/IndianRealAssetController.php @@ -25,7 +25,7 @@ class IndianRealAssetController extends Controller $resaleIIRE = Product::has('realEstate')->with('realEstate','categorys')->indianIndustrialRealEstate()->resale()->active()->get(); $fullyFundedIIRE = Product::has('realEstate')->with('realEstate','categorys')->indianIndustrialRealEstate()->fullyFunded()->active()->get(); $learnMore = (new FractionalRealEstateFrontendController)->indianIndustrialRealEstateQuestionAndAnswer()->getData(); - // dd($openIIRE); + // dd($realEstate); return view('Frontend.Pages.indian-real-estate.industrial', compact('realEstate', 'learnMore', 'openIIRE', 'resaleIIRE', 'fullyFundedIIRE')); } diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/fund-for-distressed-asset-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/fund-for-distressed-asset-product.blade.php index 9f32fb2..22c3275 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/fund-for-distressed-asset-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/fund-for-distressed-asset-product.blade.php @@ -480,7 +480,7 @@
-
+

Target corpus

@@ -488,13 +488,20 @@
-
+

Accepting Overseas investment?

{{ $fundForDistressedAsset->accepting_overseas_investment ?? '-' }}
+
+ +

Company

+ + {{ $fundForDistressedAsset->company ?? '-' }} + +
@@ -508,20 +515,27 @@
-
+

Management Fees and Carry - Set Up fee - Management Fee - Performace fee

{{ $fundForDistressedAsset->management_fees_and_carry ?? '-' }}
-
+

Minimum Investment

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

Tenure from final close

+ + {{ $fundForDistressedAsset->tenure_from_final_close ?? '-' }} + +
@@ -535,7 +549,7 @@
-
+

Hurdle rate

@@ -543,7 +557,7 @@
-
+

Other expenses

@@ -551,6 +565,15 @@
+
+ +

isin code

+ + {{ $fundForDistressedAsset->isin_code ?? '-' }} + +
+ +
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 42f6312..a6a3b38 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 @@ -268,28 +268,36 @@
-
+

Investment manager contribution

{{ $hedgeFund->investment_manager_contribution ?? '-' }}
-
+

Minimal capital commitment

{{ $hedgeFund->minimum_capital_commitment ?? '-' }}
+
+

Return on investment

+ {{ $hedgeFund->return_on_investment ?? '-' }} +
-
+

Target corpus

{{ $hedgeFund->target_corpus ?? '-' }}
-
+

Accepting Overseas investment?

{{ $hedgeFund->accepting_overseas_investment ?? '-' }}
+
+

Valuation per sector

+ {{ $hedgeFund->valuation_per_sector ?? '-' }} +
@@ -306,28 +314,43 @@
-
+

Hurdle rate

{{ $hedgeFund->hurdle_rate ?? '-' }}
-
+

Other expenses

{{ $hedgeFund->other_expenses ?? '-' }}
+
+

Trading strategy

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

Focused Fund

{{ $hedgeFund->focused_funds ?? '-' }}
-
+

Minimum Investment

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

Involved in short selling

+ {{ $hedgeFund->involved_in_short_selling ?? '-' }} +
+
+
+
+

Company

+ {{ $hedgeFund->company ?? '-' }} +
+
diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/infrastructure-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/infrastructure-fund-product.blade.php index b026a59..d24a1f6 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/infrastructure-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/infrastructure-fund-product.blade.php @@ -301,34 +301,47 @@
-
+

Hurdle rate

{{ $infrastructureFund->hurdle_rate ?? '-' }}
-
+

Other expenses

{{ $infrastructureFund->other_expenses ?? '-' }}
-
-
-
-
-
-
-
-

Focused Sectors (Industries in which they are investing)

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

isin code

+ {{ $infrastructureFund->isin_code ?? '-' }}
-
-
+
+ {{--
--}} +
+

Focused Sectors (Industries in which they are investing)

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

Tenure from final close

+ {{ $infrastructureFund->tenure_from_final_close ?? '-' }} +
+
+
+
+
+
+
+

Regions Covered (Geographical Locations covered by the fund)

{{ $infrastructureFund->regions_covered ?? '-' }}
+
+

company

+ {{ $infrastructureFund->company ?? '-' }} +
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 fba4636..a23a7c8 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 @@ -285,56 +285,72 @@
-
+

Investment manager contribution

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

Minimal capital commitment

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

Return on investment

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

Target corpus

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

Accepting Overseas investment?

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

Valuation per sector

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

Management Fees and Carry - Set Up fee - Management Fee - Performace fee

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

Minimum Investment

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

Trading strategy

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

Hurdle rate

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

Other expenses

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

Involved in short selling

+ {{ $longOnlyEquityFund->involved_in_short_selling ?? '-' }} +
@@ -345,6 +361,10 @@

Focused Fund

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

Company

+ {{ $longOnlyEquityFund->company ?? '-' }} +
diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/private-credit-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/private-credit-fund-product.blade.php index 302a4f7..e2b8946 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/private-credit-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/private-credit-fund-product.blade.php @@ -120,24 +120,44 @@
- {{--
+
-

Registration Number

- {{ $privateCreditFund->registration_number ?? '-' }} +

Valuation per sector

+ {{ $privateCreditFund->valuation_per_sector ?? '-' }}
-

Fund category

- {{ $privateCreditFund->fund_category ?? '-' }} +

Focused funds

+ {{ $privateCreditFund->focused_funds ?? '-' }}
-

Fund structure

- {{ $privateCreditFund->fund_structure ?? '-' }} +

Trading strategy

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

description

{{ $productData->description ?? '-' }}

+
+

Involved in short selling

+

{{ $productData->involved_in_short_selling ?? '-' }}

+
+
+

Return on investment irr dpi rvpi tvpi

+

{{ $productData->return_on_investment_irr_dpi_rvpi_tvpi ?? '-' }}

+
+
+
+
+

Valuation per security nav

+

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

+
+
+

Trading strategy used

+

{{ $productData->trading_strategy_used ?? '-' }}

+
+
@@ -239,56 +259,73 @@
-
+

Investment manager contribution

{{ $privateCreditFund->investment_manager_contribution ?? '-' }}
-
+

Minimal capital commitment

{{ $privateCreditFund->minimum_capital_commitment ?? '-' }}
+
+

isin code

+ {{ $privateCreditFund->isin_code ?? '-' }} +
-
+

Target corpus

{{ $privateCreditFund->target_corpus ?? '-' }}
-
+

Accepting Overseas investment

{{ $privateCreditFund->accepting_overseas_investment ?? '-' }}
+
+

Focused real estate sectors

+ {{ $privateCreditFund->focused_real_estate_sectors ?? '-' }} +
-
+

Management Fees and Carry - Set Up fee - Management Fee - Performace fee

{{ $privateCreditFund->management_fees_and_carry ?? '-' }}
-
+

Minimum Investment

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

Rera complied property

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

Hurdle rate

{{ $privateCreditFund->hurdle_rate ?? '-' }}
-
+

Other expenses

{{ $privateCreditFund->other_expenses ?? '-' }}
+
+

Return on investment

+ {{ $privateCreditFund->return_on_investment ?? '-' }} +
diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/private-equity-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/private-equity-fund-product.blade.php index 9e398c1..875f78b 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/private-equity-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/private-equity-fund-product.blade.php @@ -281,14 +281,18 @@
-
+

Hurdle rate

{{ $privateEquityFund->hurdle_rate ?? '-' }}
-
+

Other expenses

{{ $privateEquityFund->other_expenses ?? '-' }}
+
+

Company

+ {{ $privateEquityFund->company ?? '-' }} +
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 f9ac8c0..37ab543 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 @@ -151,7 +151,7 @@
-
+

Description

{{ $productData->description ?? '-' }}
@@ -164,10 +164,10 @@ {{ $pipe->fund_structure ?? '-' }}
--}}
-
+ {{--

Fund strategy

{{ $pipe->fund_strategy ?? '-' }}

-
+
--}}
@@ -269,37 +269,35 @@
-
+

Investment manager contribution

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

Minimal capital commitment

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

Focused real estate sectors

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

Target corpus

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

Accepting Overseas investment?

{{ $pipe->accepting_overseas_investment ?? '-' }}
-
-
-
-
-
-
-
-

Management Fees and Carry - Set Up fee - Management Fee - Performace fee

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

Valuation per sector

+ {{ $pipe->valuation_per_sector ?? '-' }}
@@ -307,14 +305,32 @@
-
+
+

Management Fees and Carry - Set Up fee - Management Fee - Performace fee

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

Company

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

Hurdle rate

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

Other expenses

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

Return on investment

+ {{ $pipe->return_on_investment ?? '-' }} +
diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/private-real-estate-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/private-real-estate-fund-product.blade.php index 9eeaf87..5806007 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/private-real-estate-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/private-real-estate-fund-product.blade.php @@ -213,41 +213,41 @@
- {{--
+
-

Registration Number

+

Focused real estate sectors

- {{ $realEstate->registration_number ?? '-' }} + {{ $realEstate->Focused_real_estate_sectors ?? '-' }}
-

Fund category (I/II/II)

+

Valuer tax advisor

- {{ $realEstate->fund_category ?? '-' }} + {{ $realEstate->valuer_tax_advisor ?? '-' }}
-
+ {{--
-

Fund structure

+

Fund name

- {{ $realEstate->fund_structure ?? '-' }} + {{ $realEstate->fund_name ?? '-' }} -
+
--}} -
--}} +
-
+ {{--

Description

{{ $productData->description ?? '-' }}

-
+
--}}
@@ -444,7 +444,7 @@
-
+

Investment manager contribution

@@ -452,7 +452,7 @@
-
+

Minimal capital commitment

@@ -466,6 +466,20 @@ {{ $realEstate->valuer_tax_advisor ?? '-' }}
+
+ +

Rera complied property

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

Companies

+ + {{ $realEstate->companies ?? '-' }} + +
diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/venture-capital-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/venture-capital-fund-product.blade.php index 0177122..a917b36 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/venture-capital-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/venture-capital-fund-product.blade.php @@ -323,14 +323,18 @@
-
+

Hurdle rate

{{ $ventureCapitalFund->hurdle_rate ?? '-' }}
-
+

Other expenses

{{ $ventureCapitalFund->other_expenses ?? '-' }}
+
+

Company

+ {{ $ventureCapitalFund->company ?? '-' }} +
diff --git a/resources/views/Frontend/Pages/indian-real-estate/product.blade.php b/resources/views/Frontend/Pages/indian-real-estate/product.blade.php index 9ae650b..a0a5cbd 100644 --- a/resources/views/Frontend/Pages/indian-real-estate/product.blade.php +++ b/resources/views/Frontend/Pages/indian-real-estate/product.blade.php @@ -177,6 +177,20 @@ launch_date ?? '-' }}>
+
+
+

Geographic Focus

+ {{ $realEstate->geographic_focus ?? '-' }} +
+
+

Built Up Area

+ {{ $realEstate->built_up_area ?? '-' }} +
+
+

Carpet area

+ carpet_area ?? '-' }}> +
+
@@ -209,6 +223,20 @@ {{ $realEstate->landmarks ?? '-' }}
+
+
+

Completed In

+ {{ $realEstate->completed_in ?? '-' }} +
+
+

Total Units

+ {{ $realEstate->total_units ?? '-' }} +
+
+

Unit Type

+ {{ $realEstate->unit_type ?? '-' }} +
+
@@ -227,24 +255,52 @@ {{ $realEstate->water_facility ?? '-' }}
+
+
+

Furnished Status

+ {{ $realEstate->furnished_status ?? '-' }} +
+
+

Commencement Certificate

+ {{ $realEstate->commencement_certificate ?? '-' }} +
+
+

Occupancy Certificate

+ {{ $realEstate->occupancy_certificate ?? '-' }} +
+
-
+

Price Neogtiable

{{ $realEstate->price_negotiable ?? '-' }}
-
+

Maintenance Fees

{{ $realEstate->maintenance_fees ?? '-' }}
-
+

Nearest Railway Metro Station

{{ $realEstate->nearest_railway_metro_station ?? '-' }}
+
+
+

Amenities

+ {{ $realEstate->amenities ?? '-' }} +
+
+

Car Parking

+ {{ $realEstate->car_parking ?? '-' }} +
+
+

Remarks

+ {{ $realEstate->remarks ?? '-' }} +
+
@@ -296,6 +352,10 @@

Country

{{ $realEstate->country ?? '-' }}
+
+

Elevators

+ {{ $realEstate->elevators ?? '-' }} +