diff --git a/app/Models/AlternativeInvestmentFund.php b/app/Models/AlternativeInvestmentFund.php index 0942bf2..fa8c6f7 100644 --- a/app/Models/AlternativeInvestmentFund.php +++ b/app/Models/AlternativeInvestmentFund.php @@ -34,4 +34,11 @@ class AlternativeInvestmentFund extends Model // dd($value); return $value == null ? '--' : $value; } + + public function getIntialDrawdownAttribute($value) + { + // dd($); + return $value == null ? '--' : $value.' %'; + // return $value; + } } diff --git a/resources/views/Admin/Pages/manage_commission/edit_commission.blade.php b/resources/views/Admin/Pages/manage_commission/edit_commission.blade.php index b927c2a..da22ee1 100644 --- a/resources/views/Admin/Pages/manage_commission/edit_commission.blade.php +++ b/resources/views/Admin/Pages/manage_commission/edit_commission.blade.php @@ -44,6 +44,10 @@ + @if($product->commission_type) + + @else + @endif
diff --git a/resources/views/Admin/Pages/manage_commission/view_commission.blade.php b/resources/views/Admin/Pages/manage_commission/view_commission.blade.php index 458da3e..ce51f98 100644 --- a/resources/views/Admin/Pages/manage_commission/view_commission.blade.php +++ b/resources/views/Admin/Pages/manage_commission/view_commission.blade.php @@ -43,6 +43,7 @@
+ @if($product->commission_type == 'One-Time Commission' || $product->commission_type == 'Hybrid Structure' || $product->commission_type == null)
+ @endif + @if($product->commission_type == 'Hybrid Structure' || $product->commission_type == 'Trail Commission' || $product->commission_type == null)
+ @endif
+ @if($product->commission_type == 'Trail Commission' || $product->commission_type == 'Hybrid Structure' || $product->commission_type == null)
+ @endif 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 134977c..c746e5a 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 @@ -608,7 +608,7 @@ - + @@ -740,7 +740,7 @@ - + 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 9a533c0..d3cfcf4 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 @@ -294,7 +294,9 @@

Accepting Overseas investment?

{{ $angelFund->accepting_overseas_investment ?? '-' }} + {{-- @dd($productData->involved_in_short_selling); --}} +

Involved In Short Selling

{{ $productData->involved_in_short_selling }} @@ -304,6 +306,8 @@

Trading Strategy

{{ $productData->trading_strategy }}
+
+

Focused Funds

@@ -314,6 +318,8 @@

Valuation Per Sector

{{ $productData->valuation_per_sector }}
+
+

Return On Investment

@@ -365,7 +371,7 @@
-
+ {{--
@@ -374,7 +380,7 @@
-
+
--}} {{--
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 f75f152..d7fa1af 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 @@ -140,10 +140,9 @@

Fund structure

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

Fund strategy

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

Description

@@ -151,6 +150,14 @@
--}}
+
+
+
+

Fund strategy

+ {{ $infrastructureFund->fund_strategy ?? '-' }} +
+
+
@@ -310,7 +317,7 @@ {{ $infrastructureFund->other_expenses ?? '-' }}
-

isin code

+

ISIN code

{{ $infrastructureFund->isin_code ?? '-' }}
@@ -364,10 +371,10 @@

Regions Covered (Geographical Locations covered by the fund)

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

company

{{ $infrastructureFund->company->company_name ?? '-' }} -
+
--}} diff --git a/resources/views/Frontend/Pages/profile/market-list/alternative-investment-fund.blade.php b/resources/views/Frontend/Pages/profile/market-list/alternative-investment-fund.blade.php index c96b560..7339a18 100644 --- a/resources/views/Frontend/Pages/profile/market-list/alternative-investment-fund.blade.php +++ b/resources/views/Frontend/Pages/profile/market-list/alternative-investment-fund.blade.php @@ -290,7 +290,7 @@ setTimeout(() => { $('#successSubmitedModal').modal('hide'); window.location.href = "{{ route('profile_dashboard') }}" - }, 4000); + }, 8000); } if (result.status == 400) { toastr.warning(result.message); diff --git a/resources/views/Frontend/Pages/profile/market-list/fractional-real-estate.blade.php b/resources/views/Frontend/Pages/profile/market-list/fractional-real-estate.blade.php index dba7922..011cda9 100644 --- a/resources/views/Frontend/Pages/profile/market-list/fractional-real-estate.blade.php +++ b/resources/views/Frontend/Pages/profile/market-list/fractional-real-estate.blade.php @@ -210,7 +210,7 @@ setTimeout(() => { $('#successSubmitedModal').modal('hide'); window.location.href = "{{ route('profile_dashboard') }}" - }, 4000); + }, 8000); } if (result.status == 400) { toastr.warning(result.message); diff --git a/resources/views/Frontend/menu-after-lg.blade.php b/resources/views/Frontend/menu-after-lg.blade.php index 9e59efd..867d3b5 100644 --- a/resources/views/Frontend/menu-after-lg.blade.php +++ b/resources/views/Frontend/menu-after-lg.blade.php @@ -554,7 +554,7 @@
No notifications found
@endforelse - +{{--
  • Congratulations, Your investment(Cheryl Donovan) has @@ -573,7 +573,7 @@

    4 hours ago

    -
  • + --}} @@ -693,23 +693,3 @@ -@section('scripts') - -@endsection