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 5ad3d88..78b5d7a 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 @@ -1127,14 +1127,14 @@
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 e739e43..f5bc96c 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 @@ -95,7 +95,7 @@
{{-- @dd($productData); --}} - @if ($product && $product->product_images) + @if ($product && $product->product_images->toArray() != null) @@ -338,7 +338,7 @@

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

- {{ $angelFund->management_fees_and_carry ?? '-' }} + {{ $angelFund->management_fees_and_carry ?? 'N/A' }}
@@ -348,11 +348,11 @@

Hurdle rate

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

Other expenses

- {{ $angelFund->other_expenses ?? '-' }} + {{ $angelFund->other_expenses ?? 'N/A' }}
{{-- @dd($angelFund); --}}
@@ -363,11 +363,11 @@

Focused Sectors (Industries in which they are investing)

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

Minimum Investment

- {{ $angelFund->minimum_investment ?? '-' }} + {{ $angelFund->minimum_investment ?? 'N/A' }}
@@ -377,7 +377,7 @@

Focused Real Estate Sectors

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

Trading Strategy Used