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 ae0bba1..7c890dc 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 @@ -5,11 +5,11 @@

Sell your investment's today!

- --}}
{{--
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 b84af33..2e18470 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 @@ -5,11 +5,11 @@

Sell your investment's today!

-
    + {{--
    • Verified Buyers
    • Expert Verification
    • Sell From Your Home
    • -
    +
--}}
{{--
diff --git a/resources/views/components/angel-fund-product.blade.php b/resources/views/components/angel-fund-product.blade.php index cf74df7..6eb5b3d 100644 --- a/resources/views/components/angel-fund-product.blade.php +++ b/resources/views/components/angel-fund-product.blade.php @@ -1,7 +1,7 @@

{{ $type }}

- @if($afAllData->data) + @if($afAllData->data && $afAllData->data[0]->categorys->status == 1)
@foreach($afAllData as $afData) {{-- @dd($afData) --}} diff --git a/resources/views/components/fund-for-distressed-asset-product.blade.php b/resources/views/components/fund-for-distressed-asset-product.blade.php index f175a6e..7354344 100644 --- a/resources/views/components/fund-for-distressed-asset-product.blade.php +++ b/resources/views/components/fund-for-distressed-asset-product.blade.php @@ -1,7 +1,7 @@

{{$type}}

- @if($ffdaAllData->data) + @if($ffdaAllData->data && $ffdaAllData->data[0]->categorys->status == 1)
@foreach($ffdaAllData as $ffdaData) @foreach($ffdaData as $data) diff --git a/resources/views/components/global-commercial-real-estate-product.blade.php b/resources/views/components/global-commercial-real-estate-product.blade.php index 63d2855..88f7c99 100644 --- a/resources/views/components/global-commercial-real-estate-product.blade.php +++ b/resources/views/components/global-commercial-real-estate-product.blade.php @@ -1,7 +1,7 @@

{{$type}}

- @if($gcreAllData->data) + @if($gcreAllData->data && $gcreAllData->data[0]->categorys->status == 1)
@foreach($gcreAllData as $giceData) @foreach($giceData as $data) diff --git a/resources/views/components/global-exchange-traded-fund-product.blade.php b/resources/views/components/global-exchange-traded-fund-product.blade.php index 1420128..9bff07c 100644 --- a/resources/views/components/global-exchange-traded-fund-product.blade.php +++ b/resources/views/components/global-exchange-traded-fund-product.blade.php @@ -1,7 +1,7 @@

{{ $type }}

- @if($getfAllData->data) + @if($getfAllData->data && $getfAllData->data[0]->categorys->status == 1)
@foreach ($getfAllData as $getfData) {{-- @dd($getfData->exchanges->slug) --}} diff --git a/resources/views/components/global-hedge-fund-product.blade.php b/resources/views/components/global-hedge-fund-product.blade.php index aa852df..b8746ac 100644 --- a/resources/views/components/global-hedge-fund-product.blade.php +++ b/resources/views/components/global-hedge-fund-product.blade.php @@ -1,7 +1,8 @@

{{$type}}

- @if(count($ghfAllData)) + @if(count($ghfAllData) && $ghfAllData[0]->categorys->status == 1) + {{-- @dd($ghfAllData[0]->categorys->status == 1); --}}
@foreach($ghfAllData as $ghfData)
diff --git a/resources/views/components/global-industrial-real-estate-product.blade.php b/resources/views/components/global-industrial-real-estate-product.blade.php index 353db9e..2250b45 100644 --- a/resources/views/components/global-industrial-real-estate-product.blade.php +++ b/resources/views/components/global-industrial-real-estate-product.blade.php @@ -1,7 +1,7 @@

{{ $type }}

- @if ($gireAllData->data) + @if ($gireAllData->data && $gireAllData->data[0]->categorys->status == 1)
@foreach ($gireAllData as $gireData) @foreach ($gireData as $data) diff --git a/resources/views/components/global-private-credit-fund-product.blade.php b/resources/views/components/global-private-credit-fund-product.blade.php index 398c0a3..3dec832 100644 --- a/resources/views/components/global-private-credit-fund-product.blade.php +++ b/resources/views/components/global-private-credit-fund-product.blade.php @@ -2,7 +2,7 @@

{{ $type }}

@if (count($gpcfAllData)) - {{-- @dd($gpcfAllData) --}} + {{-- @dd($gpcfAllData[0]) --}}
@foreach ($gpcfAllData as $data) {{-- @dd($data) --}} diff --git a/resources/views/components/global-residential-real-estate-product.blade.php b/resources/views/components/global-residential-real-estate-product.blade.php index 4ffbc66..42078ac 100644 --- a/resources/views/components/global-residential-real-estate-product.blade.php +++ b/resources/views/components/global-residential-real-estate-product.blade.php @@ -1,7 +1,7 @@

{{$type}}

- @if($grreAllData->data) + @if($grreAllData->data && $grreAllData->data[0]->categorys->status == 1)
@foreach($grreAllData as $grreData) @foreach($grreData as $data) diff --git a/resources/views/components/global-venture-capital-fund-product.blade.php b/resources/views/components/global-venture-capital-fund-product.blade.php index 0b72d0e..820b3a6 100644 --- a/resources/views/components/global-venture-capital-fund-product.blade.php +++ b/resources/views/components/global-venture-capital-fund-product.blade.php @@ -3,7 +3,8 @@

{{ $type }}

- @if (count($gvcfAllData)) + @if (count($gvcfAllData) && $gvcfAllData[0]->categorys->status == 1) + {{-- @dd($gvcfAllData[0]->categorys->status == 1); --}}
@foreach ($gvcfAllData as $gireData) diff --git a/resources/views/components/hedge-fund-product.blade.php b/resources/views/components/hedge-fund-product.blade.php index 30decb2..63628a8 100644 --- a/resources/views/components/hedge-fund-product.blade.php +++ b/resources/views/components/hedge-fund-product.blade.php @@ -1,7 +1,7 @@

{{ $type }}

- @if($hfAllData->data) + @if($hfAllData->data && $hfAllData->data[0]->categorys->status == 1)
@foreach ($hfAllData as $hfData) @foreach ($hfData as $data) diff --git a/resources/views/components/infrastructure-fund-product.blade.php b/resources/views/components/infrastructure-fund-product.blade.php index 742c913..cb4ee08 100644 --- a/resources/views/components/infrastructure-fund-product.blade.php +++ b/resources/views/components/infrastructure-fund-product.blade.php @@ -1,7 +1,7 @@

{{$type}}

- @if($ifAllData->data) + @if($ifAllData->data && $ifAllData->data[0]->categorys->status == 1)
@foreach($ifAllData as $ifData) @foreach($ifData as $data) diff --git a/resources/views/components/long-only-equity-funds.blade.php b/resources/views/components/long-only-equity-funds.blade.php index 4a19c73..a47085b 100644 --- a/resources/views/components/long-only-equity-funds.blade.php +++ b/resources/views/components/long-only-equity-funds.blade.php @@ -3,7 +3,8 @@

{{ $type }}

- @if($hfAllData->data) + @if($hfAllData->data && $hfAllData->data[0]->categorys->status == 1) +
@foreach ($hfAllData as $hfData) @foreach ($hfData as $data) diff --git a/resources/views/components/p-i-p-e-fund-product.blade.php b/resources/views/components/p-i-p-e-fund-product.blade.php index 2301ccd..a64473c 100644 --- a/resources/views/components/p-i-p-e-fund-product.blade.php +++ b/resources/views/components/p-i-p-e-fund-product.blade.php @@ -1,7 +1,7 @@

{{$type}}

- @if($pipeAllData->data) + @if($pipeAllData->data && $pipeAllData->data[0]->categorys->status == 1)
@foreach($pipeAllData as $pipeData) @foreach($pipeData as $data) diff --git a/resources/views/components/private-credit-fund-product.blade.php b/resources/views/components/private-credit-fund-product.blade.php index 8eae5f0..cf4ac90 100644 --- a/resources/views/components/private-credit-fund-product.blade.php +++ b/resources/views/components/private-credit-fund-product.blade.php @@ -1,8 +1,8 @@

{{ $type }}

- @if ($pcfAllData->data) - {{-- @dd($pcfAllData->data) --}} + @if ($pcfAllData->data && $pcfAllData->data[0]->categorys->status == 1) + {{-- @dd($pcfAllData->data[0]->categorys->status == 1) --}}
@foreach ($pcfAllData as $pefData) @foreach ($pefData as $data) diff --git a/resources/views/components/private-equity-fund-product.blade.php b/resources/views/components/private-equity-fund-product.blade.php index df9bcca..5e69197 100644 --- a/resources/views/components/private-equity-fund-product.blade.php +++ b/resources/views/components/private-equity-fund-product.blade.php @@ -1,7 +1,7 @@

{{ $type }}

- @if($pefAllData->data) + @if($pefAllData->data && $pefAllData->data[0]->categorys->status == 1)
@foreach ($pefAllData as $pefData) @foreach ($pefData as $data) diff --git a/resources/views/components/private-real-estate-fund-product.blade.php b/resources/views/components/private-real-estate-fund-product.blade.php index 2639364..bd29ef7 100644 --- a/resources/views/components/private-real-estate-fund-product.blade.php +++ b/resources/views/components/private-real-estate-fund-product.blade.php @@ -1,7 +1,8 @@

{{ $type }}

- @if($prefAllData->data) + @if($prefAllData->data && $prefAllData->data[0]->categorys->status == 1 ) + {{-- @dd($prefAllData->data[0]->categorys->status == 1) --}}
@foreach ($prefAllData as $prefData) @foreach ($prefData as $data) diff --git a/resources/views/components/venture-capital-fund-product.blade.php b/resources/views/components/venture-capital-fund-product.blade.php index 7773898..0286658 100644 --- a/resources/views/components/venture-capital-fund-product.blade.php +++ b/resources/views/components/venture-capital-fund-product.blade.php @@ -1,7 +1,7 @@

{{$type}}

- @if($vcfAllData->data) + @if($vcfAllData->data && $vcfAllData->data[0]->categorys->status == 1)
@foreach($vcfAllData as $vcfData) @foreach($vcfData as $data)