diff --git a/public/assets/css/FrontendCss/style.css b/public/assets/css/FrontendCss/style.css index c5779a1..a3b2542 100644 --- a/public/assets/css/FrontendCss/style.css +++ b/public/assets/css/FrontendCss/style.css @@ -6484,4 +6484,33 @@ ul.notification-drop { button.swal2-confirm.btn.yellow-btn.popup-button { background: #c18948; color: #fff; +} + +.admin-profile .notifications .dropdown-toggle::after { + display: none; +} + +.admin-profile .notifications img { + filter: brightness(0) invert(1); + border: 0; +} + +.menubar .admin-profile .dropdown-menu { + width: 300px; + transform: translate(-40%, 40px) !important; + padding: 10px; +} +.notifications .list-item p strong { + font-weight: normal; + font-size: 13px !important; + width: 100%; + display: flex; + justify-content: end; + color: #c5c5c5; +} +ul#user_notification { + padding: 0; +} +a.read_notification { + font-size: 15px !important; } \ No newline at end of file diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/angel-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/angel-fund-product.blade.php index 985546d..e739e43 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/angel-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/angel-fund-product.blade.php @@ -134,20 +134,20 @@

Registration Number

- {{ $angelFund->registration_number ?? '-' }} + {{ $angelFund->registration_number ?? 'N/A' }}

Fund category (I/II/II)

- {{ $angelFund->fund_category ?? '-' }} + {{ $angelFund->fund_category ?? 'N/A' }}

Fund structure

- {{ $angelFund->fund_structure ?? '-' }} + {{ $angelFund->fund_structure ?? 'N/A' }}

Fund strategy

-

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

+

{{ $angelFund->fund_strategy ?? 'N/A' }}

@@ -156,20 +156,20 @@ {{--

Registration Number

- {{ $angelFund->registration_number ?? '-' }} + {{ $angelFund->registration_number ?? 'N/A' }}

Fund category (I/II/II)

- {{ $angelFund->fund_category ?? '-' }} + {{ $angelFund->fund_category ?? 'N/A' }}

Fund structure

- {{ $angelFund->fund_structure ?? '-' }} + {{ $angelFund->fund_structure ?? 'N/A' }}
--}}

Description

-

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

+

{{ $product->description ?? 'N/A' }}

@@ -178,43 +178,43 @@

Fund domicile

- {{ $angelFund->fund_domicile ?? '-' }} + {{ $angelFund->fund_domicile ?? 'N/A' }}

Fund manager name

- {{ $angelFund->fund_manager_name ?? '-' }} + {{ $angelFund->fund_manager_name ?? 'N/A' }}

Website of the fund

- {{ $angelFund->website_of_the_fund ?? '-' }} + {{ $angelFund->website_of_the_fund ?? 'N/A' }}

Fund manager experience

- {{ $angelFund->fund_manager_experience ?? '-' }} + {{ $angelFund->fund_manager_experience ?? 'N/A' }}

Sponsor

- {{ $angelFund->sponsor ?? '-' }} + {{ $angelFund->sponsor ?? 'N/A' }}

Manager

- {{ $angelFund->manager ?? '-' }} + {{ $angelFund->manager ?? 'N/A' }}

Trustee

- {{ $angelFund->trustee ?? '-' }} + {{ $angelFund->trustee ?? 'N/A' }}

Auditor

- {{ $angelFund->auditor ?? '-' }} + {{ $angelFund->auditor ?? 'N/A' }}

Valuer / Tax Advisory

- {{ $angelFund->valuer_tax_advisor ?? '-' }} + {{ $angelFund->valuer_tax_advisor ?? 'N/A' }}
@@ -224,29 +224,29 @@

Credit rating (if any)

- {{ $angelFund->credit_rating ?? '-' }} + {{ $angelFund->credit_rating ?? 'N/A' }}

Open date

- {{ $angelFund->open_date ?? '-' }} + {{ $angelFund->open_date ?? 'N/A' }}

1st close date

- {{ $angelFund->first_close_date ?? '-' }} + {{ $angelFund->first_close_date ?? 'N/A' }}

Final close date

- {{ $angelFund->final_close_date ?? '-' }} + {{ $angelFund->final_close_date ?? 'N/A' }}

Tenure from final close

- {{ $angelFund->tenure_from_final_date ?? '-' }} + {{ $angelFund->tenure_from_final_date ?? 'N/A' }}

Commitment period

- {{ $angelFund->commitment_period ?? '-' }} + {{ $angelFund->commitment_period ?? 'N/A' }}
@@ -256,15 +256,15 @@

Native currency

- {{ $angelFund->native_currency ?? '-' }} + {{ $angelFund->native_currency ?? 'N/A' }}

Target IRR

- {{ $angelFund->target_irr ?? '-' }} + {{ $angelFund->target_irr ?? 'N/A' }}

Initial drawdown

- {{ $angelFund->intial_drawdown ?? '-' }} + {{ $angelFund->intial_drawdown ?? 'N/A' }}
@@ -274,11 +274,11 @@

Investment manager contribution

- {{ $angelFund->investment_manager_contribution ?? '-' }} + {{ $angelFund->investment_manager_contribution ?? 'N/A' }}

Minimal capital commitment

- {{ $angelFund->minimum_capital_commitment ?? '-' }} + {{ $angelFund->minimum_capital_commitment ?? 'N/A' }}
@@ -288,11 +288,11 @@

Target corpus

- {{ $angelFund->target_corpus ?? '-' }} + {{ $angelFund->target_corpus ?? 'N/A' }}

Accepting Overseas investment?

- {{ $angelFund->accepting_overseas_investment ?? '-' }} + {{ $angelFund->accepting_overseas_investment ?? 'N/A' }}
{{-- @dd($productData->involved_in_short_selling); --}} @@ -382,21 +382,21 @@

Trading Strategy Used

- {{ $productData->trading_strategy_used ?? '-' }} + {{ $productData->trading_strategy_used ?? 'N/A' }}
- {{--
+

Regions Covered (Geographical Locations covered by the fund)

- {{ $angelFund->regions_covered ?? '-' }} + {{ $angelFund->regions_covered ?? 'N/A' }}
-
--}} +
{{--
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 4f3b197..25896d9 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 @@ -177,7 +177,7 @@

Registration Number

- {{ $productData->registration_number ?? '-' }} + {{ $productData->registration_number ?? 'N/A' }}
@@ -185,7 +185,7 @@

Fund category (I/II/II)

- {{ $fundForDistressedAsset->fund_category ?? '-' }} + {{ $fundForDistressedAsset->fund_category ?? 'N/A' }}
@@ -193,7 +193,7 @@

Fund structure

- {{ $fundForDistressedAsset->fund_structure ?? '-' }} + {{ $fundForDistressedAsset->fund_structure ?? 'N/A' }}
@@ -203,7 +203,7 @@

Fund strategy

-

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

+

{{ $fundForDistressedAsset->fund_strategy ?? 'N/A' }}

@@ -228,7 +228,7 @@

Fund category (I/II/II)

- {{ $fundForDistressedAsset->fund_category ?? '-' }} + {{ $fundForDistressedAsset->fund_category ?? 'N/A' }} @@ -236,7 +236,7 @@

Fund structure

- {{ $fundForDistressedAsset->fund_structure ?? '-' }} + {{ $fundForDistressedAsset->fund_structure ?? 'N/A' }} @@ -246,7 +246,7 @@

Description

-

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

+

{{ $product->description ?? 'N/A' }}

@@ -264,7 +264,7 @@

Fund domicile

- {{ $fundForDistressedAsset->fund_domicile ?? '-' }} + {{ $fundForDistressedAsset->fund_domicile ?? 'N/A' }} @@ -272,7 +272,7 @@

Fund manager name

- {{ $fundForDistressedAsset->fund_manager_name ?? '-' }} + {{ $fundForDistressedAsset->fund_manager_name ?? 'N/A' }} @@ -280,7 +280,7 @@

Website of the fund

- {{ $fundForDistressedAsset->website_of_the_fund ?? '-' }} + {{ $fundForDistressedAsset->website_of_the_fund ?? 'N/A' }} @@ -292,7 +292,7 @@

Fund manager experience

- {{ $fundForDistressedAsset->fund_manager_experience ?? '-' }} + {{ $fundForDistressedAsset->fund_manager_experience ?? 'N/A' }} @@ -300,7 +300,7 @@

Sponsor

- {{ $fundForDistressedAsset->sponsor ?? '-' }} + {{ $fundForDistressedAsset->sponsor ?? 'N/A' }} @@ -308,7 +308,7 @@

Manager

- {{ $fundForDistressedAsset->manager ?? '-' }} + {{ $fundForDistressedAsset->manager ?? 'N/A' }} @@ -320,7 +320,7 @@

Trustee

- {{ $fundForDistressedAsset->trustee ?? '-' }} + {{ $fundForDistressedAsset->trustee ?? 'N/A' }} @@ -328,7 +328,7 @@

Auditor

- {{ $fundForDistressedAsset->auditor ?? '-' }} + {{ $fundForDistressedAsset->auditor ?? 'N/A' }} @@ -336,7 +336,7 @@

Valuer / Tax Advisory

- {{ $fundForDistressedAsset->valuer_tax_advisor ?? '-' }} + {{ $fundForDistressedAsset->valuer_tax_advisor ?? 'N/A' }} @@ -356,7 +356,7 @@

Credit rating (if any)

- {{ $fundForDistressedAsset->credit_rating ?? '-' }} + {{ $fundForDistressedAsset->credit_rating ?? 'N/A' }} @@ -364,7 +364,7 @@

Open date

- {{ $fundForDistressedAsset->open_date ?? '-' }} + {{ $fundForDistressedAsset->open_date ?? 'N/A' }} @@ -372,7 +372,7 @@

1st close date

- {{ $fundForDistressedAsset->first_close_date ?? '-' }} + {{ $fundForDistressedAsset->first_close_date ?? 'N/A' }} @@ -384,7 +384,7 @@

Final close date

- {{ $fundForDistressedAsset->final_close_date ?? '-' }} + {{ $fundForDistressedAsset->final_close_date ?? 'N/A' }} @@ -400,7 +400,7 @@

Commitment period

- {{ $fundForDistressedAsset->commitment_period ?? '-' }} + {{ $fundForDistressedAsset->commitment_period ?? 'N/A' }} @@ -420,7 +420,7 @@

Native currency

- {{ $fundForDistressedAsset->native_currency ?? '-' }} + {{ $fundForDistressedAsset->native_currency ?? 'N/A' }} @@ -428,7 +428,7 @@

Target IRR

- {{ $fundForDistressedAsset->target_irr ?? '-' }} + {{ $fundForDistressedAsset->target_irr ?? 'N/A' }} @@ -436,7 +436,7 @@

Initial drawdown

- {{ $fundForDistressedAsset->intial_drawdown ?? '-' }} + {{ $fundForDistressedAsset->intial_drawdown ?? 'N/A' }} @@ -456,7 +456,7 @@

Investment manager contribution

- {{ $fundForDistressedAsset->investment_manager_contribution ?? '-' }} + {{ $fundForDistressedAsset->investment_manager_contribution ?? 'N/A' }} @@ -464,7 +464,7 @@

Minimal capital commitment

- {{ $fundForDistressedAsset->minimum_capital_commitment ?? '-' }} + {{ $fundForDistressedAsset->minimum_capital_commitment ?? 'N/A' }} @@ -484,7 +484,7 @@

Target corpus

- {{ $fundForDistressedAsset->target_corpus ?? '-' }} + {{ $fundForDistressedAsset->target_corpus ?? 'N/A' }} @@ -492,14 +492,14 @@

Accepting Overseas investment?

- {{ $fundForDistressedAsset->accepting_overseas_investment ?? '-' }} + {{ $fundForDistressedAsset->accepting_overseas_investment ?? 'N/A' }}

Company

- {{ $fundForDistressedAsset->company->company_name ?? '-' }} + {{ $fundForDistressedAsset->company->company_name ?? 'N/A' }}
@@ -519,21 +519,21 @@

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

- {{ $fundForDistressedAsset->management_fees_and_carry ?? '-' }} + {{ $fundForDistressedAsset->management_fees_and_carry ?? 'N/A' }}

Minimum Investment

- {{ $fundForDistressedAsset->minimum_investment ?? '-' }} + {{ $fundForDistressedAsset->minimum_investment ?? 'N/A' }}

Tenure from final close

- {{ $fundForDistressedAsset->tenure_from_final_close ?? '-' }} + {{ $fundForDistressedAsset->tenure_from_final_close ?? 'N/A' }}
@@ -553,7 +553,7 @@

Hurdle rate

- {{ $fundForDistressedAsset->hurdle_rate ?? '-' }} + {{ $fundForDistressedAsset->hurdle_rate ?? 'N/A' }} @@ -561,7 +561,7 @@

Other expenses

- {{ $fundForDistressedAsset->other_expenses ?? '-' }} + {{ $fundForDistressedAsset->other_expenses ?? 'N/A' }} @@ -569,7 +569,7 @@

isin code

- {{ $fundForDistressedAsset->isin_code ?? '-' }} + {{ $fundForDistressedAsset->isin_code ?? 'N/A' }} @@ -590,14 +590,14 @@

Focused Sectors (Industries in which they are investing)

- {{ $fundForDistressedAsset->focused_sectors_industries ?? '-' }} + {{ $fundForDistressedAsset->focused_sectors_industries ?? 'N/A' }}

Focused Real Estate Sectors

- {{ $productData->focused_real_estate_sectors ?? '-' }} + {{ $productData->focused_real_estate_sectors ?? 'N/A' }}
@@ -617,7 +617,7 @@

Involved In Short Selling

- {{ $productData->involved_in_short_selling }} + {{ $productData->involved_in_short_selling ?? 'N/A' }} @@ -625,7 +625,7 @@

Focused Funds

- {{ $productData->focused_funds }} + {{ $productData->focused_funds ?? 'N/A' }} @@ -633,7 +633,7 @@

Valuation Per Sector

- {{ $productData->valuation_per_sector }} + {{ $productData->valuation_per_sector ?? 'N/A' }} @@ -654,7 +654,7 @@

Return On Investment

- {{ $productData->return_on_investment }} + {{ $productData->return_on_investment ?? 'N/A' }} @@ -662,14 +662,14 @@

Rera Complied Property

- {{ $productData->rera_complied_property }} + {{ $productData->rera_complied_property ?? 'N/A' }}

Trading Strategy

- {{ $productData->trading_strategy }} + {{ $productData->trading_strategy ?? 'N/A' }}
@@ -689,7 +689,7 @@

Regions Covered (Geographical Locations covered by the fund)

- {{ $productData->regions_covered }} + {{ $productData->regions_covered ?? 'N/A' }} 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 5109df0..e4c526d 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 @@ -129,20 +129,20 @@

Registration Number

- {{ $hedgeFund->registration_number ?? '-' }} + {{ $hedgeFund->registration_number ?? 'N/A' }}

Fund category (I/II/II)

- {{ $hedgeFund->fund_category ?? '-' }} + {{ $hedgeFund->fund_category ?? 'N/A' }}

Fund structure

- {{ $hedgeFund->fund_structure ?? '-' }} + {{ $hedgeFund->fund_structure ?? 'N/A' }}

Fund strategy

-

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

+

{{ $hedgeFund->fund_strategy ?? 'N/A' }}

@@ -155,21 +155,21 @@

Registration Number

- {{ $hedgeFund->registration_number ?? '-' }} + {{ $hedgeFund->registration_number ?? 'N/A' }}

Fund category (I/II/II)

- {{ $hedgeFund->fund_category ?? '-' }} + {{ $hedgeFund->fund_category ?? 'N/A' }}

Fund structure

- {{ $hedgeFund->fund_structure ?? '-' }} + {{ $hedgeFund->fund_structure ?? 'N/A' }}
--}}

Description

-

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

+

{{ $product->description ?? 'N/A' }}

@@ -181,43 +181,43 @@

Fund domicile

- {{ $hedgeFund->fund_domicile ?? '-' }} + {{ $hedgeFund->fund_domicile ?? 'N/A' }}

Fund manager name

- {{ $hedgeFund->fund_manager_name ?? '-' }} + {{ $hedgeFund->fund_manager_name ?? 'N/A' }}

Website of the fund

- {{ $hedgeFund->website_of_the_fund ?? '-' }} + {{ $hedgeFund->website_of_the_fund ?? 'N/A' }}

Fund manager experience

- {{ $hedgeFund->fund_manager_experience ?? '-' }} + {{ $hedgeFund->fund_manager_experience ?? 'N/A' }}

Sponsor

- {{ $hedgeFund->sponsor ?? '-' }} + {{ $hedgeFund->sponsor ?? 'N/A' }}

Manager

- {{ $hedgeFund->manager ?? '-' }} + {{ $hedgeFund->manager ?? 'N/A' }}

Trustee

- {{ $hedgeFund->trustee ?? '-' }} + {{ $hedgeFund->trustee ?? 'N/A' }}

Auditor

- {{ $hedgeFund->auditor ?? '-' }} + {{ $hedgeFund->auditor ?? 'N/A' }}

Valuer / Tax Advisory

- {{ $hedgeFund->valuer_tax_advisor ?? '-' }} + {{ $hedgeFund->valuer_tax_advisor ?? 'N/A' }}
@@ -229,29 +229,29 @@

Credit rating (if any)

- {{ $hedgeFund->credit_rating ?? '-' }} + {{ $hedgeFund->credit_rating ?? 'N/A' }}

Open date

- {{ $hedgeFund->open_date ?? '-' }} + {{ $hedgeFund->open_date ?? 'N/A' }}

1st close date

- {{ $hedgeFund->first_close_date ?? '-' }} + {{ $hedgeFund->first_close_date ?? 'N/A' }}

Final close date

- {{ $hedgeFund->final_close_date ?? '-' }} + {{ $hedgeFund->final_close_date ?? 'N/A' }}

Tenure from final close

- {{ $hedgeFund->tenure_from_final_date ?? '-' }} + {{ $hedgeFund->tenure_from_final_date ?? 'N/A' }}

Commitment period

- {{ $hedgeFund->commitment_period ?? '-' }} + {{ $hedgeFund->commitment_period ?? 'N/A' }}
@@ -263,15 +263,15 @@

Native currency

- {{ $hedgeFund->native_currency ?? '-' }} + {{ $hedgeFund->native_currency ?? 'N/A' }}

Target IRR

- {{ $hedgeFund->target_irr ?? '-' }} + {{ $hedgeFund->target_irr ?? 'N/A' }}

Initial drawdown

- {{ $hedgeFund->intial_drawdown ?? '-' }} + {{ $hedgeFund->intial_drawdown ?? 'N/A' }}
@@ -282,15 +282,15 @@

Investment manager contribution

- {{ $hedgeFund->investment_manager_contribution ?? '-' }} + {{ $hedgeFund->investment_manager_contribution ?? 'N/A' }}

Minimal capital commitment

- {{ $hedgeFund->minimum_capital_commitment ?? '-' }} + {{ $hedgeFund->minimum_capital_commitment ?? 'N/A' }}

Return on investment

- {{ $hedgeFund->return_on_investment ?? '-' }} + {{ $hedgeFund->return_on_investment ?? 'N/A' }}
@@ -302,15 +302,15 @@

Target corpus

- {{ $hedgeFund->target_corpus ?? '-' }} + {{ $hedgeFund->target_corpus ?? 'N/A' }}

Accepting Overseas investment?

- {{ $hedgeFund->accepting_overseas_investment ?? '-' }} + {{ $hedgeFund->accepting_overseas_investment ?? 'N/A' }}

Valuation per sector

- {{ $hedgeFund->valuation_per_sector ?? '-' }} + {{ $hedgeFund->valuation_per_sector ?? 'N/A' }}

Focused Funds

@@ -319,7 +319,7 @@

Focused Sector Industries

{{-- @dd($productData) --}} - {{ $productData->focused_sectors_industries ?? '-' }} + {{ $productData->focused_sectors_industries ?? 'N/A' }}
@@ -332,7 +332,7 @@ Management Fees and Carry - Set Up fee - Management Fee - Performace fee

- {{ $hedgeFund->management_fees_and_carry ?? '-' }} + {{ $hedgeFund->management_fees_and_carry ?? 'N/A' }} @@ -346,15 +346,15 @@

Hurdle rate

- {{ $hedgeFund->hurdle_rate ?? '-' }} + {{ $hedgeFund->hurdle_rate ?? 'N/A' }}

Other expenses

- {{ $hedgeFund->other_expenses ?? '-' }} + {{ $hedgeFund->other_expenses ?? 'N/A' }}

Trading strategy

- {{ $hedgeFund->trading_strategy ?? '-' }} + {{ $hedgeFund->trading_strategy ?? 'N/A' }}
@@ -364,45 +364,45 @@

Focused Fund

- {{ $hedgeFund->focused_funds ?? '-' }} + {{ $hedgeFund->focused_funds ?? 'N/A' }}

Minimum Investment

- {{ $hedgeFund->minimum_investment ?? '-' }} + {{ $hedgeFund->minimum_investment ?? 'N/A' }}

Involved in short selling

- {{ $hedgeFund->involved_in_short_selling ?? '-' }} + {{ $hedgeFund->involved_in_short_selling ?? 'N/A' }}

Company

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

ISIN Code

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

Focused Real Estate Sectors

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

Regions Covered

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

Rera Complied Property

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

Return On Investment

- {{ $hedgeFund->return_on_investment == null ? '-' : $hedgeFund->return_on_investment }} + {{ $hedgeFund->return_on_investment == null ? 'N/A' : $hedgeFund->return_on_investment }}
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 744e3f9..0572d26 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 @@ -134,20 +134,20 @@

Fund category (I/II/II)

- {{ $infrastructureFund->fund_category ?? '-' }} + {{ $infrastructureFund->fund_category ?? 'N/A' }}

Fund structure

- {{ $infrastructureFund->fund_structure ?? '-' }} + {{ $infrastructureFund->fund_structure ?? 'N/A' }}
{{--

Fund strategy

- {{ $infrastructureFund->fund_strategy ?? '-' }} + {{ $infrastructureFund->fund_strategy ?? 'N/A' }}
--}} {{--

Description

-

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

+

{{ $productData->description ?? 'N/A' }}

--}} @@ -155,7 +155,7 @@

Fund strategy

- {{ $infrastructureFund->fund_strategy ?? '-' }} + {{ $infrastructureFund->fund_strategy ?? 'N/A' }}
@@ -163,7 +163,7 @@

Description

-

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

+

{{ $product->description ?? 'N/A' }}

@@ -172,40 +172,40 @@

Fund domicile

- {{ $infrastructureFund->fund_domicile ?? '-' }} + {{ $infrastructureFund->fund_domicile ?? 'N/A' }}

Fund manager name

- {{ $infrastructureFund->fund_manager_name ?? '-' }} + {{ $infrastructureFund->fund_manager_name ?? 'N/A' }}

Fund manager experience

- {{ $infrastructureFund->fund_manager_experience ?? '-' }} + {{ $infrastructureFund->fund_manager_experience ?? 'N/A' }}

Website of the fund

- {{ $infrastructureFund->website_of_the_fund ?? '-' }} + {{ $infrastructureFund->website_of_the_fund ?? 'N/A' }}

Sponsor

- {{ $infrastructureFund->sponsor ?? '-' }} + {{ $infrastructureFund->sponsor ?? 'N/A' }}

Manager

- {{ $infrastructureFund->manager ?? '-' }} + {{ $infrastructureFund->manager ?? 'N/A' }}

Trustee

- {{ $infrastructureFund->trustee ?? '-' }} + {{ $infrastructureFund->trustee ?? 'N/A' }}

Auditor

- {{ $infrastructureFund->auditor ?? '-' }} + {{ $infrastructureFund->auditor ?? 'N/A' }}
@@ -215,25 +215,25 @@

Valuer / Tax Advisory

- {{ $infrastructureFund->valuer_tax_advisor ?? '-' }} + {{ $infrastructureFund->valuer_tax_advisor ?? 'N/A' }}

Credit rating (if any)

- {{ $infrastructureFund->credit_rating ?? '-' }} + {{ $infrastructureFund->credit_rating ?? 'N/A' }}

Open date

- {{ $infrastructureFund->open_date ?? '-' }} + {{ $infrastructureFund->open_date ?? 'N/A' }}

1st close date

- {{ $infrastructureFund->first_close_date ?? '-' }} + {{ $infrastructureFund->first_close_date ?? 'N/A' }}

Final close date

- {{ $infrastructureFund->final_close_date ?? '-' }} + {{ $infrastructureFund->final_close_date ?? 'N/A' }}
@@ -241,7 +241,7 @@

Commitment period

- {{ $infrastructureFund->commitment_period ?? '-' }} + {{ $infrastructureFund->commitment_period ?? 'N/A' }}
@@ -251,15 +251,15 @@

Native currency

- {{ $infrastructureFund->native_currency ?? '-' }} + {{ $infrastructureFund->native_currency ?? 'N/A' }}

Target IRR

- {{ $infrastructureFund->target_irr ?? '-' }} + {{ $infrastructureFund->target_irr ?? 'N/A' }}

Initial drawdown

- {{ $infrastructureFund->intial_drawdown ?? '-' }} + {{ $infrastructureFund->intial_drawdown ?? 'N/A' }}
@@ -269,11 +269,11 @@

Investment manager contribution

- {{ $infrastructureFund->investment_manager_contribution ?? '-' }} + {{ $infrastructureFund->investment_manager_contribution ?? 'N/A' }}

Minimal capital commitment

- {{ $infrastructureFund->minimum_capital_commitment ?? '-' }} + {{ $infrastructureFund->minimum_capital_commitment ?? 'N/A' }}
@@ -283,11 +283,11 @@

Target corpus

- {{ $infrastructureFund->target_corpus ?? '-' }} + {{ $infrastructureFund->target_corpus ?? 'N/A' }}

Accepting Overseas investment?

- {{ $infrastructureFund->accepting_overseas_investment ?? '-' }} + {{ $infrastructureFund->accepting_overseas_investment ?? 'N/A' }}
@@ -297,11 +297,11 @@

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

- {{ $infrastructureFund->management_fees_and_carry ?? '-' }} + {{ $infrastructureFund->management_fees_and_carry ?? 'N/A' }}

Minimum Investment

- {{ $infrastructureFund->minimum_investment ?? '-' }} + {{ $infrastructureFund->minimum_investment ?? 'N/A' }}
@@ -311,15 +311,15 @@

Hurdle rate

- {{ $infrastructureFund->hurdle_rate ?? '-' }} + {{ $infrastructureFund->hurdle_rate ?? 'N/A' }}

Other expenses

- {{ $infrastructureFund->other_expenses ?? '-' }} + {{ $infrastructureFund->other_expenses ?? 'N/A' }}

ISIN code

- {{ $infrastructureFund->isin_code ?? '-' }} + {{ $infrastructureFund->isin_code ?? 'N/A' }}
@@ -329,42 +329,42 @@

Focused Sectors (Industries in which they are investing)

- {{ $infrastructureFund->focused_sectors_industries ?? '-' }} + {{ $infrastructureFund->focused_sectors_industries ?? 'N/A' }}

Tenure from final close

- {{ $infrastructureFund->tenure_from_final_close ?? '-' }} + {{ $infrastructureFund->tenure_from_final_close ?? 'N/A' }}

Involved In Short Selling

- {{ $productData->involved_in_short_selling ?? '-' }} + {{ $productData->involved_in_short_selling ?? 'N/A' }}

Trading Strategy

- {{ $productData->trading_strategy ?? '-' }} + {{ $productData->trading_strategy ?? 'N/A' }}

Focused Funds

- {{ $productData->focused_funds ?? '-' }} + {{ $productData->focused_funds ?? 'N/A' }}

Valuation Per Sector

- {{ $productData->valuation_per_sector ?? '-' }} + {{ $productData->valuation_per_sector ?? 'N/A' }}

Return On Investment

- {{ $productData->return_on_investment ?? '-' }} + {{ $productData->return_on_investment ?? 'N/A' }}

Rera Complied Property

- {{ $productData->rera_complied_property ?? '-' }} + {{ $productData->rera_complied_property ?? 'N/A' }}
@@ -374,11 +374,11 @@

Regions Covered (Geographical Locations covered by the fund)

- {{ $infrastructureFund->regions_covered ?? '-' }} + {{ $infrastructureFund->regions_covered ?? 'N/A' }}
{{--

company

- {{ $infrastructureFund->company->company_name ?? '-' }} + {{ $infrastructureFund->company->company_name ?? 'N/A' }}
--}}
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 81ac0e3..f12aa89 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 @@ -58,7 +58,7 @@
-

{{ $longOnlyEquityFund->fund_name ?? '-' }}

+

{{ $longOnlyEquityFund->fund_name ?? 'N/A' }}

Invest
@@ -147,20 +147,20 @@

Registration Number

- {{ $longOnlyEquityFund->registration_number ?? '-' }} + {{ $longOnlyEquityFund->registration_number ?? 'N/A' }}

Fund category (I/II/II)

- {{ $longOnlyEquityFund->fund_category ?? '-' }} + {{ $longOnlyEquityFund->fund_category ?? 'N/A' }}

Fund structure

- {{ $longOnlyEquityFund->fund_structure ?? '-' }} + {{ $longOnlyEquityFund->fund_structure ?? 'N/A' }}

Fund strategy

-

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

+

{{ $longOnlyEquityFund->fund_strategy ?? 'N/A' }}

@@ -169,20 +169,20 @@ {{--

Registration Number

- {{ $longOnlyEquityFund->registration_number ?? '-' }} + {{ $longOnlyEquityFund->registration_number ?? 'N/A' }}

Fund category (I/II/II)

- {{ $longOnlyEquityFund->fund_category ?? '-' }} + {{ $longOnlyEquityFund->fund_category ?? 'N/A' }}

Fund structure

- {{ $longOnlyEquityFund->fund_structure ?? '-' }} + {{ $longOnlyEquityFund->fund_structure ?? 'N/A' }}
--}}

Description

-

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

+

{{ $productData->description ?? 'N/A' }}

@@ -191,43 +191,43 @@

Fund domicile

- {{ $longOnlyEquityFund->fund_domicile ?? '-' }} + {{ $longOnlyEquityFund->fund_domicile ?? 'N/A' }}

Fund manager name

- {{ $longOnlyEquityFund->fund_manager_name ?? '-' }} + {{ $longOnlyEquityFund->fund_manager_name ?? 'N/A' }}

Website of the fund

- {{ $longOnlyEquityFund->website_of_the_fund ?? '-' }} + {{ $longOnlyEquityFund->website_of_the_fund ?? 'N/A' }}

Fund manager experience

- {{ $longOnlyEquityFund->fund_manager_experience ?? '-' }} + {{ $longOnlyEquityFund->fund_manager_experience ?? 'N/A' }}

Sponsor

- {{ $longOnlyEquityFund->sponsor ?? '-' }} + {{ $longOnlyEquityFund->sponsor ?? 'N/A' }}

Manager

- {{ $longOnlyEquityFund->manager ?? '-' }} + {{ $longOnlyEquityFund->manager ?? 'N/A' }}

Trustee

- {{ $longOnlyEquityFund->trustee ?? '-' }} + {{ $longOnlyEquityFund->trustee ?? 'N/A' }}

Auditor

- {{ $longOnlyEquityFund->auditor ?? '-' }} + {{ $longOnlyEquityFund->auditor ?? 'N/A' }}

Valuer / Tax Advisory

- {{ $longOnlyEquityFund->valuer_tax_advisor ?? '-' }} + {{ $longOnlyEquityFund->valuer_tax_advisor ?? 'N/A' }}
@@ -237,29 +237,29 @@

Credit rating (if any)

- {{ $longOnlyEquityFund->credit_rating ?? '-' }} + {{ $longOnlyEquityFund->credit_rating ?? 'N/A' }}

Open date

- {{ $longOnlyEquityFund->open_date ?? '-' }} + {{ $longOnlyEquityFund->open_date ?? 'N/A' }}

1st close date

- {{ $longOnlyEquityFund->first_close_date ?? '-' }} + {{ $longOnlyEquityFund->first_close_date ?? 'N/A' }}

Final close date

- {{ $longOnlyEquityFund->final_close_date ?? '-' }} + {{ $longOnlyEquityFund->final_close_date ?? 'N/A' }}

Tenure from final close

- {{ $longOnlyEquityFund->tenure_from_final_date ?? '-' }} + {{ $longOnlyEquityFund->tenure_from_final_date ?? 'N/A' }}

Commitment period

- {{ $longOnlyEquityFund->commitment_period ?? '-' }} + {{ $longOnlyEquityFund->commitment_period ?? 'N/A' }}
@@ -269,15 +269,15 @@

Native currency

- {{ $longOnlyEquityFund->native_currency ?? '-' }} + {{ $longOnlyEquityFund->native_currency ?? 'N/A' }}

Target IRR

- {{ $longOnlyEquityFund->target_irr ?? '-' }} + {{ $longOnlyEquityFund->target_irr ?? 'N/A' }}

Initial drawdown

- {{ $longOnlyEquityFund->intial_drawdown ?? '-' }} + {{ $longOnlyEquityFund->intial_drawdown ?? 'N/A' }}
@@ -287,15 +287,15 @@

Investment manager contribution

- {{ $longOnlyEquityFund->investment_manager_contribution ?? '-' }} + {{ $longOnlyEquityFund->investment_manager_contribution ?? 'N/A' }}

Minimal capital commitment

- {{ $longOnlyEquityFund->minimum_capital_commitment ?? '-' }} + {{ $longOnlyEquityFund->minimum_capital_commitment ?? 'N/A' }}

Return on investment

- {{ $longOnlyEquityFund->return_on_investment ?? '-' }} + {{ $longOnlyEquityFund->return_on_investment ?? 'N/A' }}
@@ -305,29 +305,29 @@

Target corpus

- {{ $longOnlyEquityFund->target_corpus ?? '-' }} + {{ $longOnlyEquityFund->target_corpus ?? 'N/A' }}

Accepting Overseas investment?

- {{ $longOnlyEquityFund->accepting_overseas_investment ?? '-' }} + {{ $longOnlyEquityFund->accepting_overseas_investment ?? 'N/A' }}

Valuation per sector

- {{ $longOnlyEquityFund->valuation_per_sector ?? '-' }} + {{ $longOnlyEquityFund->valuation_per_sector ?? 'N/A' }}

Valuation per security (NAV)

- {{ $productData->valuation_per_security_nav ?? '-' }} + {{ $productData->valuation_per_security_nav ?? 'N/A' }}

Focused Sector Industries

- {{ $longOnlyEquityFund->focused_sectors_industries ?? '-' }} + {{ $longOnlyEquityFund->focused_sectors_industries ?? 'N/A' }}

Rera Complied Property

- {{ $longOnlyEquityFund->rera_complied_property ?? '-' }} + {{ $longOnlyEquityFund->rera_complied_property ?? 'N/A' }}
@@ -338,19 +338,19 @@

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

- {{ $longOnlyEquityFund->management_fees_and_carry ?? '-' }} + {{ $longOnlyEquityFund->management_fees_and_carry ?? 'N/A' }}

Minimum Investment

- {{ $longOnlyEquityFund->minimum_investment ?? '-' }} + {{ $longOnlyEquityFund->minimum_investment ?? 'N/A' }}

Trading strategy

- {{ $longOnlyEquityFund->trading_strategy ?? '-' }} + {{ $longOnlyEquityFund->trading_strategy ?? 'N/A' }}

Trading Strategy Used

- {{ $longOnlyEquityFund->trading_strategy_used ?? '-' }} + {{ $longOnlyEquityFund->trading_strategy_used ?? 'N/A' }}
@@ -360,20 +360,20 @@

Hurdle rate

- {{ $longOnlyEquityFund->hurdle_rate.' %' ?? '-' }} + {{ $longOnlyEquityFund->hurdle_rate.' %' ?? 'N/A' }}

Other expenses

- {{ $longOnlyEquityFund->other_expenses ?? '-' }} + {{ $longOnlyEquityFund->other_expenses ?? 'N/A' }}

Involved in short selling

- {{ $longOnlyEquityFund->involved_in_short_selling ?? '-' }} + {{ $longOnlyEquityFund->involved_in_short_selling ?? 'N/A' }}
{{-- @dd($productData->rera_complied_property); --}} {{--

Rera Complied Property

- {{ $productData->rera_complied_property ?? '-' }} + {{ $productData->rera_complied_property ?? 'N/A' }}
--}}
@@ -383,15 +383,15 @@

Focused Fund

- {{ $longOnlyEquityFund->focused_funds ?? '-' }} + {{ $longOnlyEquityFund->focused_funds ?? 'N/A' }}

Regions Covered

- {{ $longOnlyEquityFund->regions_covered ?? '-' }} + {{ $longOnlyEquityFund->regions_covered ?? 'N/A' }}

ISIN Code

- {{ $longOnlyEquityFund->isin_code ?? '-' }} + {{ $longOnlyEquityFund->isin_code ?? 'N/A' }}
@@ -401,15 +401,15 @@

Focused Real Estate Sectors

- {{ $longOnlyEquityFund->focused_real_estate_sectors ?? '-' }} + {{ $longOnlyEquityFund->focused_real_estate_sectors ?? 'N/A' }}
{{--

Regions Covered

- {{ $longOnlyEquityFund->regions_covered ?? '-' }} + {{ $longOnlyEquityFund->regions_covered ?? 'N/A' }}

ISIN Code

- {{ $longOnlyEquityFund->isin_code ?? '-' }} + {{ $longOnlyEquityFund->isin_code ?? 'N/A' }}
--}}
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 0b348d8..ca31752 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 @@ -101,20 +101,20 @@

Registration Number

- {{ $privateCreditFund->registration_number ?? '-' }} + {{ $privateCreditFund->registration_number ?? 'N/A' }}

Fund category

- {{ $privateCreditFund->fund_category ?? '-' }} + {{ $privateCreditFund->fund_category ?? 'N/A' }}

Fund structure

- {{ $privateCreditFund->fund_structure ?? '-' }} + {{ $privateCreditFund->fund_structure ?? 'N/A' }}

Fund strategy

-

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

+

{{ $privateCreditFund->fund_strategy ?? 'N/A' }}

@@ -123,36 +123,36 @@

Valuation per sector

- {{ $privateCreditFund->valuation_per_sector ?? '-' }} + {{ $privateCreditFund->valuation_per_sector ?? 'N/A' }}

Focused funds

- {{ $privateCreditFund->focused_funds ?? '-' }} + {{ $privateCreditFund->focused_funds ?? 'N/A' }}

Trading strategy

- {{ $privateCreditFund->trading_strategy ?? '-' }} + {{ $privateCreditFund->trading_strategy ?? 'N/A' }}

Involved in short selling

-

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

+

{{ $privateCreditFund->involved_in_short_selling ?? 'N/A' }}

{{--

Return on investment irr dpi rvpi tvpi

-

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

+

{{ $productData->return_on_investment_irr_dpi_rvpi_tvpi ?? 'N/A' }}

--}}
{{--

Valuation per security nav

-

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

+

{{ $productData->valuation_per_security_nav ?? 'N/A' }}

Trading strategy used

-

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

+

{{ $productData->trading_strategy_used ?? 'N/A' }}

--}} @@ -163,7 +163,7 @@

Description

-

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

+

{{ $productData->description ?? 'N/A' }}

@@ -175,43 +175,43 @@

Fund domicile

- {{ $privateCreditFund->fund_domicile ?? '-' }} + {{ $privateCreditFund->fund_domicile ?? 'N/A' }}

Fund manager name

- {{ $privateCreditFund->fund_manager_name ?? '-' }} + {{ $privateCreditFund->fund_manager_name ?? 'N/A' }}

Website of the fund

- {{ $privateCreditFund->website_of_the_fund ?? '-' }} + {{ $privateCreditFund->website_of_the_fund ?? 'N/A' }}

Fund manager experience

- {{ $privateCreditFund->fund_manager_experience ?? '-' }} + {{ $privateCreditFund->fund_manager_experience ?? 'N/A' }}

Sponsor

- {{ $privateCreditFund->sponsor ?? '-' }} + {{ $privateCreditFund->sponsor ?? 'N/A' }}

Manager

- {{ $privateCreditFund->manager ?? '-' }} + {{ $privateCreditFund->manager ?? 'N/A' }}

Trustee

- {{ $privateCreditFund->trustee ?? '-' }} + {{ $privateCreditFund->trustee ?? 'N/A' }}

Auditor

- {{ $privateCreditFund->auditor ?? '-' }} + {{ $privateCreditFund->auditor ?? 'N/A' }}

Valuer / Tax Advisory

- {{ $privateCreditFund->valuer_tax_advisor ?? '-' }} + {{ $privateCreditFund->valuer_tax_advisor ?? 'N/A' }}
@@ -221,29 +221,29 @@

Credit rating (if any)

- {{ $privateCreditFund->credit_rating ?? '-' }} + {{ $privateCreditFund->credit_rating ?? 'N/A' }}

Open date

- {{ $privateCreditFund->open_date ?? '-' }} + {{ $privateCreditFund->open_date ?? 'N/A' }}

1st close date

- {{ $privateCreditFund->first_close_date ?? '-' }} + {{ $privateCreditFund->first_close_date ?? 'N/A' }}

Final close date

- {{ $privateCreditFund->final_close_date ?? '-' }} + {{ $privateCreditFund->final_close_date ?? 'N/A' }}

Tenure from final close

- {{ $privateCreditFund->tenure_from_final_date ?? '-' }} + {{ $privateCreditFund->tenure_from_final_date ?? 'N/A' }}

Commitment period

- {{ $privateCreditFund->commitment_period ?? '-' }} + {{ $privateCreditFund->commitment_period ?? 'N/A' }}
@@ -253,15 +253,15 @@

Native currency

- {{ $privateCreditFund->native_currency ?? '-' }} + {{ $privateCreditFund->native_currency ?? 'N/A' }}

Target IRR

- {{ $privateCreditFund->target_irr ?? '-' }} + {{ $privateCreditFund->target_irr ?? 'N/A' }}

Initial drawdown

- {{ $privateCreditFund->intial_drawdown ?? '-' }} + {{ $privateCreditFund->intial_drawdown ?? 'N/A' }}
@@ -271,15 +271,15 @@

Investment manager contribution

- {{ $privateCreditFund->investment_manager_contribution ?? '-' }} + {{ $privateCreditFund->investment_manager_contribution ?? 'N/A' }}

Minimal capital commitment

- {{ $privateCreditFund->minimum_capital_commitment ?? '-' }} + {{ $privateCreditFund->minimum_capital_commitment ?? 'N/A' }}

isin code

- {{ $privateCreditFund->isin_code ?? '-' }} + {{ $privateCreditFund->isin_code ?? 'N/A' }}
@@ -289,15 +289,15 @@

Target corpus

- {{ $privateCreditFund->target_corpus ?? '-' }} + {{ $privateCreditFund->target_corpus ?? 'N/A' }}

Accepting Overseas investment

- {{ $privateCreditFund->accepting_overseas_investment ?? '-' }} + {{ $privateCreditFund->accepting_overseas_investment ?? 'N/A' }}

Focused real estate sectors

- {{ $privateCreditFund->focused_real_estate_sectors ?? '-' }} + {{ $privateCreditFund->focused_real_estate_sectors ?? 'N/A' }}
@@ -307,15 +307,15 @@

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

- {{ $privateCreditFund->management_fees_and_carry ?? '-' }} + {{ $privateCreditFund->management_fees_and_carry ?? 'N/A' }}

Minimum Investment

- {{ $privateCreditFund->minimum_investment ?? '-' }} + {{ $privateCreditFund->minimum_investment ?? 'N/A' }}

Rera complied property

- {{ $privateCreditFund->rera_complied_property ?? '-' }} + {{ $privateCreditFund->rera_complied_property ?? 'N/A' }}
@@ -326,15 +326,15 @@

Hurdle rate

- {{ $privateCreditFund->hurdle_rate ?? '-' }} + {{ $privateCreditFund->hurdle_rate ?? 'N/A' }}

Other expenses

- {{ $privateCreditFund->other_expenses ?? '-' }} + {{ $privateCreditFund->other_expenses ?? 'N/A' }}

Return on investment

- {{ $privateCreditFund->return_on_investment ?? '-' }} + {{ $privateCreditFund->return_on_investment ?? 'N/A' }}
@@ -344,11 +344,11 @@

Focused Sectors (Industries in which they are investing)

- {{ $privateCreditFund->focused_sectors_industries ?? '-' }} + {{ $privateCreditFund->focused_sectors_industries ?? 'N/A' }}

Geographic Focus

- {{ $privateCreditFund->geographic_focus ?? '-' }} + {{ $privateCreditFund->geographic_focus ?? 'N/A' }}
@@ -358,7 +358,7 @@

Regions Covered (Geographical Locations covered by the fund)

- {{ $privateCreditFund->regions_covered ?? '-' }} + {{ $privateCreditFund->regions_covered ?? 'N/A' }}
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 921132c..e078801 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 @@ -101,20 +101,20 @@

Registration Number

- {{ $hedgeFund->registration_number ?? '-' }} + {{ $hedgeFund->registration_number ?? 'N/A' }}

Fund category

- {{ $privateEquityFund->fund_category ?? '-' }} + {{ $privateEquityFund->fund_category ?? 'N/A' }}

Fund structure

- {{ $privateEquityFund->fund_structure ?? '-' }} + {{ $privateEquityFund->fund_structure ?? 'N/A' }}

Fund strategy

-

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

+

{{ $privateEquityFund->fund_strategy ?? 'N/A' }}

@@ -123,20 +123,20 @@ {{--

Registration Number

- {{ $privateEquityFund->registration_number ?? '-' }} + {{ $privateEquityFund->registration_number ?? 'N/A' }}

Fund category

- {{ $privateEquityFund->fund_category ?? '-' }} + {{ $privateEquityFund->fund_category ?? 'N/A' }}

Fund structure

- {{ $privateEquityFund->fund_structure ?? '-' }} + {{ $privateEquityFund->fund_structure ?? 'N/A' }}
--}}

Description

-

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

+

{{ $productData->description ?? 'N/A' }}

@@ -145,43 +145,43 @@

Fund domicile

- {{ $privateEquityFund->fund_domicile ?? '-' }} + {{ $privateEquityFund->fund_domicile ?? 'N/A' }}

Fund manager name

- {{ $privateEquityFund->fund_manager_name ?? '-' }} + {{ $privateEquityFund->fund_manager_name ?? 'N/A' }}

Website of the fund

- {{ $privateEquityFund->website_of_the_fund ?? '-' }} + {{ $privateEquityFund->website_of_the_fund ?? 'N/A' }}

Fund manager experience

- {{ $privateEquityFund->fund_manager_experience ?? '-' }} + {{ $privateEquityFund->fund_manager_experience ?? 'N/A' }}

Sponsor

- {{ $privateEquityFund->sponsor ?? '-' }} + {{ $privateEquityFund->sponsor ?? 'N/A' }}

Manager

- {{ $privateEquityFund->manager ?? '-' }} + {{ $privateEquityFund->manager ?? 'N/A' }}

Trustee

- {{ $privateEquityFund->trustee ?? '-' }} + {{ $privateEquityFund->trustee ?? 'N/A' }}

Auditor

- {{ $privateEquityFund->auditor ?? '-' }} + {{ $privateEquityFund->auditor ?? 'N/A' }}

Valuer / Tax Advisory

- {{ $privateEquityFund->valuer_tax_advisor ?? '-' }} + {{ $privateEquityFund->valuer_tax_advisor ?? 'N/A' }}
@@ -191,30 +191,30 @@

Credit rating (if any)

- {{ $privateEquityFund->credit_rating ?? '-' }} + {{ $privateEquityFund->credit_rating ?? 'N/A' }}

Open date

- {{ $privateEquityFund->open_date ?? '-' }} + {{ $privateEquityFund->open_date ?? 'N/A' }}
{{-- @dd($privateEquityFund->first_close_date) --}}

1st close date

- {{ $privateEquityFund->first_close_date ?? '-' }} + {{ $privateEquityFund->first_close_date ?? 'N/A' }}

Final close date

- {{ $privateEquityFund->final_close_date ?? '-' }} + {{ $privateEquityFund->final_close_date ?? 'N/A' }}

Tenure from final close

- {{ $privateEquityFund->tenure_from_final_date ?? '-' }} + {{ $privateEquityFund->tenure_from_final_date ?? 'N/A' }}

Commitment period

- {{ $privateEquityFund->commitment_period ?? '-' }} + {{ $privateEquityFund->commitment_period ?? 'N/A' }}
@@ -224,15 +224,15 @@

Native currency

- {{ $privateEquityFund->native_currency ?? '-' }} + {{ $privateEquityFund->native_currency ?? 'N/A' }}

Target IRR

- {{ $privateEquityFund->target_irr ?? '-' }} + {{ $privateEquityFund->target_irr ?? 'N/A' }}

Initial drawdown

- {{ $privateEquityFund->intial_drawdown ?? '-' }} + {{ $privateEquityFund->intial_drawdown ?? 'N/A' }}
@@ -242,11 +242,11 @@

Investment manager contribution

- {{ $privateEquityFund->investment_manager_contribution ?? '-' }} + {{ $privateEquityFund->investment_manager_contribution ?? 'N/A' }}

Minimal capital commitment

- {{ $privateEquityFund->minimum_capital_commitment ?? '-' }} + {{ $privateEquityFund->minimum_capital_commitment ?? 'N/A' }}
@@ -256,34 +256,34 @@

Target corpus

- {{ $privateEquityFund->target_corpus ?? '-' }} + {{ $privateEquityFund->target_corpus ?? 'N/A' }}

Accepting Overseas investment

- {{ $privateEquityFund->accepting_overseas_investment ?? '-' }} + {{ $privateEquityFund->accepting_overseas_investment ?? 'N/A' }}

Involved In Short Selling

- {{ $product->involved_in_short_selling ?? '-' }} + {{ $product->involved_in_short_selling ?? 'N/A' }}

Trading Strategy

- {{ $product->trading_strategy ?? '-' }} + {{ $product->trading_strategy ?? 'N/A' }}

Focused Funds

- {{ $product->focused_funds ?? '-' }} + {{ $product->focused_funds ?? 'N/A' }}

Valuation Per Sector

- {{ $product->valuation_per_sector ?? '-' }} + {{ $product->valuation_per_sector ?? 'N/A' }}

Return On Investment

- {{ $product->return_on_investment ?? '-' }} + {{ $product->return_on_investment ?? 'N/A' }}
@@ -293,11 +293,11 @@

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

- {{ $privateEquityFund->management_fees_and_carry ?? '-' }} + {{ $privateEquityFund->management_fees_and_carry ?? 'N/A' }}

Minimum Investment

- {{ $privateEquityFund->minimum_investment ?? '-' }} + {{ $privateEquityFund->minimum_investment ?? 'N/A' }}
@@ -307,15 +307,15 @@

Hurdle rate

- {{ $privateEquityFund->hurdle_rate ?? '-' }} + {{ $privateEquityFund->hurdle_rate ?? 'N/A' }}

Other expenses

- {{ $privateEquityFund->other_expenses ?? '-' }} + {{ $privateEquityFund->other_expenses ?? 'N/A' }}
{{--

Company

- {{ $privateEquityFund->company->company_name ?? '-' }} + {{ $privateEquityFund->company->company_name ?? 'N/A' }}
--}}
@@ -325,15 +325,15 @@

ISIN Code

- {{ $product->isin_code ?? '-' }} + {{ $product->isin_code ?? 'N/A' }}

Focused Real Estate Sectors

- {{ $product->focused_real_estate_sectors ?? '-' }} + {{ $product->focused_real_estate_sectors ?? 'N/A' }}

Rera Complied Property

- {{ $product->rera_complied_property ?? '-' }} + {{ $product->rera_complied_property ?? 'N/A' }}
@@ -343,15 +343,15 @@

Return On Investment

- {{ $product->return_on_investment ?? '-' }} + {{ $product->return_on_investment ?? 'N/A' }}

Valuation Per Sector

- {{ $product->valuation_per_sector ?? '-' }} + {{ $product->valuation_per_sector ?? 'N/A' }}

Focused Funds

- {{ $product->focused_funds ?? '-' }} + {{ $product->focused_funds ?? 'N/A' }}
@@ -361,15 +361,15 @@

Trading Strategy

- {{ $product->trading_strategy ?? '-' }} + {{ $product->trading_strategy ?? 'N/A' }}

Trading Strategy Used

- {{ $product->trading_strategy_used ?? '-' }} + {{ $product->trading_strategy_used ?? 'N/A' }}

Involved In Short Selling

- {{ $product->involved_in_short_selling ?? '-' }} + {{ $product->involved_in_short_selling ?? 'N/A' }}
@@ -379,7 +379,7 @@

Focused Sectors (Industries in which they are investing)

- {{ $privateEquityFund->focused_sectors_industries ?? '-' }} + {{ $privateEquityFund->focused_sectors_industries ?? 'N/A' }}
@@ -389,7 +389,7 @@

Regions Covered (Geographical Locations covered by the fund)

- {{ $privateEquityFund->regions_covered ?? '-' }} + {{ $privateEquityFund->regions_covered ?? 'N/A' }}
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 09cf26d..8c2ccd2 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 @@ -131,20 +131,20 @@

Registration Number

- {{ $pipe->registration_number ?? '-' }} + {{ $pipe->registration_number ?? 'N/A' }}

Fund category (I/II/II)

- {{ $pipe->fund_category ?? '-' }} + {{ $pipe->fund_category ?? 'N/A' }}

Fund structure

- {{ $pipe->fund_structure ?? '-' }} + {{ $pipe->fund_structure ?? 'N/A' }}

Fund strategy

-

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

+

{{ $pipe->fund_strategy ?? 'N/A' }}

@@ -153,20 +153,20 @@

Description

- {{ $product->description ?? '-' }} + {{ $product->description ?? 'N/A' }}
{{--

Fund category (I/II/II)

- {{ $pipe->fund_category ?? '-' }} + {{ $pipe->fund_category ?? 'N/A' }}
--}} {{--

Fund structure

- {{ $pipe->fund_structure ?? '-' }} + {{ $pipe->fund_structure ?? 'N/A' }}
--}}
{{--

Fund strategy

-

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

+

{{ $pipe->fund_strategy ?? 'N/A' }}

--}} @@ -175,43 +175,43 @@

Fund domicile

- {{ $pipe->fund_domicile ?? '-' }} + {{ $pipe->fund_domicile ?? 'N/A' }}

Fund manager name

- {{ $pipe->fund_manager_name ?? '-' }} + {{ $pipe->fund_manager_name ?? 'N/A' }}

Website of the fund

- {{ $pipe->website_of_the_fund ?? '-' }} + {{ $pipe->website_of_the_fund ?? 'N/A' }}

Fund manager experience

- {{ $pipe->fund_manager_experience ?? '-' }} + {{ $pipe->fund_manager_experience ?? 'N/A' }}

Sponsor

- {{ $pipe->sponsor ?? '-' }} + {{ $pipe->sponsor ?? 'N/A' }}

Manager

- {{ $pipe->manager ?? '-' }} + {{ $pipe->manager ?? 'N/A' }}

Trustee

- {{ $pipe->trustee ?? '-' }} + {{ $pipe->trustee ?? 'N/A' }}

Auditor

- {{ $pipe->auditor ?? '-' }} + {{ $pipe->auditor ?? 'N/A' }}

Valuer / Tax Advisory

- {{ $pipe->valuer_tax_advisor ?? '-' }} + {{ $pipe->valuer_tax_advisor ?? 'N/A' }}
@@ -221,29 +221,29 @@

Credit rating (if any)

- {{ $pipe->credit_rating ?? '-' }} + {{ $pipe->credit_rating ?? 'N/A' }}

Open date

- {{ $pipe->open_date ?? '-' }} + {{ $pipe->open_date ?? 'N/A' }}

1st close date

- {{ $pipe->first_close_date ?? '-' }} + {{ $pipe->first_close_date ?? 'N/A' }}

Final close date

- {{ $pipe->final_close_date ?? '-' }} + {{ $pipe->final_close_date ?? 'N/A' }}

Tenure from final close

- {{ $pipe->tenure_from_final_date ?? '-' }} + {{ $pipe->tenure_from_final_date ?? 'N/A' }}

Commitment period

- {{ $pipe->commitment_period ?? '-' }} + {{ $pipe->commitment_period ?? 'N/A' }}
@@ -253,7 +253,7 @@

Native currency

- {{ $pipe->native_currency ?? '-' }} + {{ $pipe->native_currency ?? 'N/A' }}

Minimum Investment

@@ -261,7 +261,7 @@

Initial drawdown

- {{ $pipe->intial_drawdown ?? '-' }} + {{ $pipe->intial_drawdown ?? 'N/A' }}
@@ -271,15 +271,15 @@

Investment manager contribution

- {{ $pipe->investment_manager_contribution ?? '-' }} + {{ $pipe->investment_manager_contribution ?? 'N/A' }}

Minimal capital commitment

- {{ $pipe->minimum_capital_commitment ?? '-' }} + {{ $pipe->minimum_capital_commitment ?? 'N/A' }}

Focused real estate sectors

- {{ $pipe->focused_real_estate_sectors ?? '-' }} + {{ $pipe->focused_real_estate_sectors ?? 'N/A' }}
@@ -289,30 +289,30 @@

Target corpus

- {{ $pipe->target_corpus ?? '-' }} + {{ $pipe->target_corpus ?? 'N/A' }}

Accepting Overseas investment?

- {{ $pipe->accepting_overseas_investment ?? '-' }} + {{ $pipe->accepting_overseas_investment ?? 'N/A' }}

Valuation per sector

- {{ $pipe->valuation_per_sector ?? '-' }} + {{ $pipe->valuation_per_sector ?? 'N/A' }}

Involved In Short Selling

- {{ $productData->involved_in_short_selling ?? '-' }} + {{ $productData->involved_in_short_selling ?? 'N/A' }}

Trading Strategy

- {{ $productData->trading_strategy ?? '-' }} + {{ $productData->trading_strategy ?? 'N/A' }}

Focused Funds

- {{ $productData->focused_funds ?? '-' }} + {{ $productData->focused_funds ?? 'N/A' }}
@@ -322,24 +322,24 @@

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

- {{ $pipe->management_fees_and_carry ?? '-' }} + {{ $pipe->management_fees_and_carry ?? 'N/A' }}

Company

- {{ $pipe->company->company_name ?? '-' }} + {{ $pipe->company->company_name ?? 'N/A' }}

Target IRR

- {{ $pipe->target_irr ?? '-' }} + {{ $pipe->target_irr ?? 'N/A' }}

Focused Real Estate Sectors Industries

- {{ $pipe->focused_sectors_industries ?? '-' }} + {{ $pipe->focused_sectors_industries ?? 'N/A' }}

Rera Complied Property

- {{ $pipe->rera_complied_property ?? '-' }} + {{ $pipe->rera_complied_property ?? 'N/A' }}
@@ -349,15 +349,15 @@

Hurdle rate

- {{ $pipe->hurdle_rate ?? '-' }} + {{ $pipe->hurdle_rate ?? 'N/A' }}

Other expenses

- {{ $pipe->other_expenses ?? '-' }} + {{ $pipe->other_expenses ?? 'N/A' }}

Return on investment

- {{ $pipe->return_on_investment ?? '-' }} + {{ $pipe->return_on_investment ?? 'N/A' }}
@@ -367,15 +367,15 @@

Regions Covered

- {{ $productData->regions_covered ?? '-' }} + {{ $productData->regions_covered ?? 'N/A' }}

ISIN Code

- {{ $productData->isin_code ?? '-' }} + {{ $productData->isin_code ?? 'N/A' }}

Trading Strategy Used

- {{ $productData->trading_strategy_used ?? '-' }} + {{ $productData->trading_strategy_used ?? 'N/A' }}
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 a3cafff..c809044 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 @@ -176,7 +176,7 @@

Registration Number

- {{ $realEstate->registration_number ?? '-' }} + {{ $realEstate->registration_number ?? 'N/A' }} @@ -184,7 +184,7 @@

Fund category (I/II/II)

- {{ $realEstate->fund_category ?? '-' }} + {{ $realEstate->fund_category ?? 'N/A' }} @@ -192,7 +192,7 @@

Fund structure

- {{ $realEstate->fund_structure ?? '-' }} + {{ $realEstate->fund_structure ?? 'N/A' }} @@ -202,7 +202,7 @@

Fund strategy

-

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

+

{{ $realEstate->fund_strategy ?? 'N/A' }}

@@ -231,7 +231,7 @@

Focused real estate sectors

- {{ $productData->focused_real_estate_sectors ?? '-' }} + {{ $productData->focused_real_estate_sectors ?? 'N/A' }} @@ -239,7 +239,7 @@

Valuer tax advisor

- {{ $realEstate->valuer_tax_advisor ?? '-' }} + {{ $realEstate->valuer_tax_advisor ?? 'N/A' }} --}} @@ -247,7 +247,7 @@

Fund name

- {{ $realEstate->fund_name ?? '-' }} + {{ $realEstate->fund_name ?? 'N/A' }} --}} @@ -257,7 +257,7 @@

Description

-

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

+

{{ $productData->description ?? 'N/A' }}

--}} @@ -275,7 +275,7 @@

Fund domicile

- {{ $realEstate->fund_domicile ?? '-' }} + {{ $realEstate->fund_domicile ?? 'N/A' }} @@ -283,7 +283,7 @@

Fund manager name

- {{ $realEstate->fund_manager_name ?? '-' }} + {{ $realEstate->fund_manager_name ?? 'N/A' }} @@ -291,7 +291,7 @@

Fund manager experience

- {{ $realEstate->fund_manager_experience ?? '-' }} + {{ $realEstate->fund_manager_experience ?? 'N/A' }} @@ -302,7 +302,7 @@

Website of the fund

- {{ $realEstate->website_of_the_fund ?? '-' }} + {{ $realEstate->website_of_the_fund ?? 'N/A' }} @@ -310,7 +310,7 @@

Sponsor

- {{ $realEstate->sponsor ?? '-' }} + {{ $realEstate->sponsor ?? 'N/A' }} @@ -322,7 +322,7 @@

Manager

- {{ $realEstate->manager ?? '-' }} + {{ $realEstate->manager ?? 'N/A' }} @@ -330,7 +330,7 @@

Trustee

- {{ $realEstate->trustee ?? '-' }} + {{ $realEstate->trustee ?? 'N/A' }} @@ -338,7 +338,7 @@

Auditor

- {{ $realEstate->auditor ?? '-' }} + {{ $realEstate->auditor ?? 'N/A' }} @@ -360,7 +360,7 @@

Credit rating (if any)

- {{ $productData->credit_rating ?? '-' }} + {{ $productData->credit_rating ?? 'N/A' }} @@ -368,7 +368,7 @@

Open date

- {{ $realEstate->open_date ?? '-' }} + {{ $realEstate->open_date ?? 'N/A' }} @@ -376,7 +376,7 @@

1st close date

- {{ $realEstate->first_close_date ?? '-' }} + {{ $realEstate->first_close_date ?? 'N/A' }} @@ -388,7 +388,7 @@

Final close date

- {{ $realEstate->final_close_date ?? '-' }} + {{ $realEstate->final_close_date ?? 'N/A' }} @@ -396,7 +396,7 @@

Tenure from final close

- {{ $realEstate->tenure_from_final_date ?? '-' }} + {{ $realEstate->tenure_from_final_date ?? 'N/A' }} @@ -404,7 +404,7 @@

Commitment period

- {{ $realEstate->commitment_period ?? '-' }} + {{ $realEstate->commitment_period ?? 'N/A' }} @@ -424,7 +424,7 @@

Native currency

- {{ $realEstate->native_currency ?? '-' }} + {{ $realEstate->native_currency ?? 'N/A' }} @@ -432,7 +432,7 @@

Target IRR

- {{ $realEstate->target_irr ?? '-' }} + {{ $realEstate->target_irr ?? 'N/A' }} @@ -440,7 +440,7 @@

Initial drawdown

- {{ $realEstate->intial_drawdown ?? '-' }} + {{ $realEstate->intial_drawdown ?? 'N/A' }} @@ -460,7 +460,7 @@

Investment manager contribution

- {{ $realEstate->investment_manager_contribution ?? '-' }} + {{ $realEstate->investment_manager_contribution ?? 'N/A' }} @@ -468,28 +468,28 @@

Minimal capital commitment

- {{ $realEstate->minimum_capital_commitment ?? '-' }} + {{ $realEstate->minimum_capital_commitment ?? 'N/A' }}

Valuer / Tax Advisory

- {{ $realEstate->valuer_tax_advisor ?? '-' }} + {{ $realEstate->valuer_tax_advisor ?? 'N/A' }}

Rera complied property

- {{ $realEstate->rera_complied_property ?? '-' }} + {{ $realEstate->rera_complied_property ?? 'N/A' }}
{{--

Companies

- {{ $realEstate->companies->company_name ?? '-' }} + {{ $realEstate->companies->company_name ?? 'N/A' }}
--}} @@ -509,7 +509,7 @@

Target corpus

- {{ $realEstate->target_corpus ?? '-' }} + {{ $realEstate->target_corpus ?? 'N/A' }} @@ -517,7 +517,7 @@

Accepting Overseas investment?

- {{ $productData->accepting_overseas_investment ?? '-' }} + {{ $productData->accepting_overseas_investment ?? 'N/A' }} @@ -547,7 +547,7 @@

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

- {{ $realEstate->management_fees_and_carry ?? '-' }} + {{ $realEstate->management_fees_and_carry ?? 'N/A' }} @@ -567,7 +567,7 @@

Hurdle rate

- {{ $realEstate->hurdle_rate ?? '-' }} + {{ $realEstate->hurdle_rate ?? 'N/A' }} @@ -575,14 +575,14 @@

Other expenses

- {{ $realEstate->other_expenses ?? '-' }} + {{ $realEstate->other_expenses ?? 'N/A' }}

ISIN code

- {{ $productData->isin_code ?? '-' }} + {{ $productData->isin_code ?? 'N/A' }}
@@ -622,14 +622,14 @@

Regions Covered (Geographical Locations covered by the fund)

- {{ $realEstate->regions_covered ?? '-' }} + {{ $realEstate->regions_covered ?? 'N/A' }}

Minimum Investment

- {{ $realEstate->minimum_investment ?? '-' }} + {{ $realEstate->minimum_investment ?? 'N/A' }}
@@ -653,7 +653,7 @@

Focused Sector Industries

- {{ $productData->focused_sectors_industries ?? '-' }} + {{ $productData->focused_sectors_industries ?? 'N/A' }}
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 022fa90..4808421 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 @@ -144,20 +144,20 @@

Registration Number

- {{ $ventureCapitalFund->registration_number ?? '-' }} + {{ $ventureCapitalFund->registration_number ?? "N/A" }}

Fund category (I/II/II)

- {{ $ventureCapitalFund->fund_category ?? '-' }} + {{ $ventureCapitalFund->fund_category ?? "N/A" }}

Fund structure

- {{ $ventureCapitalFund->fund_structure ?? '-' }} + {{ $ventureCapitalFund->fund_structure ?? "N/A" }}

Fund strategy

-

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

+

{{ $ventureCapitalFund->fund_strategy ?? "N/A" }}

@@ -166,20 +166,20 @@ {{--
--}}

Description

-

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

+

{{ $productData->description ?? "N/A" }}

{{--

Fund category (I/II/II)

- {{ $ventureCapitalFund->fund_category ?? '-' }} + {{ $ventureCapitalFund->fund_category ?? "N/A" }}

Fund structure

- {{ $ventureCapitalFund->fund_structure ?? '-' }} + {{ $ventureCapitalFund->fund_structure ?? "N/A" }}
--}} {{--
--}} {{--

Fund strategy

-

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

+

{{ $ventureCapitalFund->fund_strategy ?? "N/A" }}

--}} @@ -188,43 +188,43 @@

Fund domicile

- {{ $ventureCapitalFund->fund_domicile ?? '-' }} + {{ $ventureCapitalFund->fund_domicile ?? "N/A" }}

Fund manager name

- {{ $ventureCapitalFund->fund_manager_name ?? '-' }} + {{ $ventureCapitalFund->fund_manager_name ?? "N/A" }}

Website of the fund

- {{ $ventureCapitalFund->website_of_the_fund ?? '-' }} + {{ $ventureCapitalFund->website_of_the_fund ?? "N/A" }}

Fund manager experience

- {{ $ventureCapitalFund->fund_manager_experience ?? '-' }} + {{ $ventureCapitalFund->fund_manager_experience ?? "N/A" }}

Sponsor

- {{ $ventureCapitalFund->sponsor ?? '-' }} + {{ $ventureCapitalFund->sponsor ?? "N/A" }}

Manager

- {{ $ventureCapitalFund->manager ?? '-' }} + {{ $ventureCapitalFund->manager ?? "N/A" }}

Trustee

- {{ $ventureCapitalFund->trustee ?? '-' }} + {{ $ventureCapitalFund->trustee ?? "N/A" }}

Auditor

- {{ $ventureCapitalFund->auditor ?? '-' }} + {{ $ventureCapitalFund->auditor ?? "N/A" }}

Valuer / Tax Advisory

- {{ $ventureCapitalFund->valuer_tax_advisor ?? '-' }} + {{ $ventureCapitalFund->valuer_tax_advisor ?? "N/A" }}
@@ -234,29 +234,29 @@

Credit rating (if any)

- {{ $ventureCapitalFund->credit_rating ?? '-' }} + {{ $ventureCapitalFund->credit_rating ?? "N/A" }}

Open date

- {{ $ventureCapitalFund->open_date ?? '-' }} + {{ $ventureCapitalFund->open_date ?? "N/A" }}

1st close date

- {{ $ventureCapitalFund->first_close_date ?? '-' }} + {{ $ventureCapitalFund->first_close_date ?? "N/A" }}

Final close date

- {{ $ventureCapitalFund->final_close_date ?? '-' }} + {{ $ventureCapitalFund->final_close_date ?? "N/A" }}

Tenure from final close

- {{ $ventureCapitalFund->tenure_from_final_date ?? '-' }} + {{ $ventureCapitalFund->tenure_from_final_date ?? "N/A" }}

Commitment period

- {{ $ventureCapitalFund->commitment_period ?? '-' }} + {{ $ventureCapitalFund->commitment_period ?? "N/A" }}
@@ -266,15 +266,15 @@

Native currency

- {{ $ventureCapitalFund->native_currency ?? '-' }} + {{ $ventureCapitalFund->native_currency ?? "N/A" }}

Target IRR

- {{ $ventureCapitalFund->target_irr ?? '-' }} + {{ $ventureCapitalFund->target_irr ?? "N/A" }}

Initial drawdown

- {{ $ventureCapitalFund->intial_drawdown ?? '-' }} + {{ $ventureCapitalFund->intial_drawdown ?? "N/A" }}
@@ -284,11 +284,11 @@

Investment manager contribution

- {{ $ventureCapitalFund->investment_manager_contribution ?? '-' }} + {{ $ventureCapitalFund->investment_manager_contribution ?? "N/A" }}

Minimal capital commitment

- {{ $ventureCapitalFund->minimum_capital_commitment ?? '-' }} + {{ $ventureCapitalFund->minimum_capital_commitment ?? "N/A" }}
@@ -298,11 +298,11 @@

Target corpus

- {{ $ventureCapitalFund->target_corpus ?? '-' }} + {{ $ventureCapitalFund->target_corpus ?? "N/A" }}

Accepting Overseas investment?

- {{ $ventureCapitalFund->accepting_overseas_investment ?? '-' }} + {{ $ventureCapitalFund->accepting_overseas_investment ?? "N/A" }}
@@ -312,11 +312,11 @@

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

- {{ $ventureCapitalFund->management_fees_and_carry ?? '-' }} + {{ $ventureCapitalFund->management_fees_and_carry ?? "N/A" }}

Minimum Investment

- {{ $ventureCapitalFund->minimum_investment ?? '-' }} + {{ $ventureCapitalFund->minimum_investment ?? "N/A" }}
@@ -326,15 +326,15 @@

Hurdle rate

- {{ $ventureCapitalFund->hurdle_rate ?? '-' }} + {{ $ventureCapitalFund->hurdle_rate ?? "N/A" }}

Other expenses

- {{ $ventureCapitalFund->other_expenses ?? '-' }} + {{ $ventureCapitalFund->other_expenses ?? "N/A" }}
{{--

Company

- {{ $ventureCapitalFund->company->company_name ?? '-' }} + {{ $ventureCapitalFund->company->company_name ?? "N/A" }}
--}}
@@ -344,7 +344,7 @@

Focused Sectors (Industries in which they are investing)

- {{ $ventureCapitalFund->focused_sectors_industries ?? '-' }} + {{ $ventureCapitalFund->focused_sectors_industries ?? "N/A" }}
@@ -354,7 +354,7 @@

Regions Covered (Geographical Locations covered by the fund)

- {{ $ventureCapitalFund->regions_covered ?? '-' }} + {{ $ventureCapitalFund->regions_covered ?? "N/A" }}
@@ -365,43 +365,43 @@

ISIN Code

{{-- @dd($otherVCP[0]->isin_code); --}} - {{ $ventureCapitalFund->isin_code ?? '-' }} + {{ $ventureCapitalFund->isin_code ?? "N/A" }}

Focused Real Estate Sectors

- {{ $ventureCapitalFund->focused_real_estate_sectors ?? '-' }} + {{ $ventureCapitalFund->focused_real_estate_sectors ?? "N/A" }}

Rera Complied Property

- {{ $ventureCapitalFund->return_on_investment ?? '-' }} + {{ $ventureCapitalFund->return_on_investment ?? "N/A" }}

Return On Investment

- {{ $ventureCapitalFund->rera_complied_property ?? '-' }} + {{ $ventureCapitalFund->rera_complied_property ?? "N/A" }}

Valuation Per Sector

- {{ $ventureCapitalFund->valuation_per_sector ?? '-' }} + {{ $ventureCapitalFund->valuation_per_sector ?? "N/A" }}

Focused Funds

- {{ $ventureCapitalFund->focused_funds ?? '-' }} + {{ $ventureCapitalFund->focused_funds ?? "N/A" }}

Trading Strategy

- {{ $ventureCapitalFund->trading_strategy ?? '-' }} + {{ $ventureCapitalFund->trading_strategy ?? "N/A" }}

Involved In Short Selling

- {{ $ventureCapitalFund->involved_in_short_selling ?? '-' }} + {{ $ventureCapitalFund->involved_in_short_selling ?? "N/A" }}
{{--

Description

- {{ $alternative_investment_funds->description ?? '-' }} + {{ $alternative_investment_funds->description ?? "N/A" }}
--}}
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 3d74937..9fb1288 100644 --- a/resources/views/Frontend/Pages/indian-real-estate/product.blade.php +++ b/resources/views/Frontend/Pages/indian-real-estate/product.blade.php @@ -145,7 +145,7 @@
-
+ {{--

Geographic Focus

{{ $realEstate->geographic_focus ?? 'N/A' }}
diff --git a/resources/views/Frontend/menu-after-lg.blade.php b/resources/views/Frontend/menu-after-lg.blade.php index 867d3b5..4c0ff77 100644 --- a/resources/views/Frontend/menu-after-lg.blade.php +++ b/resources/views/Frontend/menu-after-lg.blade.php @@ -524,7 +524,7 @@
--}} -
+ {{--
+ {{-- --}} + {{-- --}} + {{-- --}} + {{--
--}} +