bugs fixes

This commit is contained in:
meghamalore
2024-06-28 16:38:32 +05:30
parent a94f1201db
commit ac9f95dd41
27 changed files with 41 additions and 35 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@@ -174,11 +174,18 @@
<div class="tables row">
<div class="col-md-4">
{{-- <div class="col-md-4">
<p>Registration Number</p>
<span>{{ $productData->registration_number ?? '--' }}</span>
</div> --}}
<div class="col-md-4">
<p>isin code</p>
<span>{{ $fundForDistressedAsset->isin_code ?? '--' }}</span>
</div>
<div class="col-md-4">
@@ -572,13 +579,7 @@
</div>
<div class="col-md-4">
<p>isin code</p>
<span>{{ $fundForDistressedAsset->isin_code ?? '--' }}</span>
</div>
</div>

View File

@@ -132,6 +132,10 @@
<!-- <p>Registration Number</p>-->
<!-- <span></span>-->
<!--</div>-->
<div class="col-md-4">
<p>ISIN code</p>
<span>{{ $infrastructureFund->isin_code ?? '--' }}</span>
</div>
<div class="col-md-4">
<p>Fund category (I/II/II)</p>
<span>{{ $infrastructureFund->fund_category ?? '--' }}</span>
@@ -185,7 +189,7 @@
</div>
</div>
<div class="tables row">
<div class="col-md-8">
<div class="col-md-4">
<p>Website of the fund</p>
{{-- <span>{{ $infrastructureFund->website_of_the_fund ?? '--' }}</span> --}}
<span>
@@ -200,6 +204,10 @@
<p>Sponsor</p>
<span>{{ $infrastructureFund->sponsor ?? '--' }}</span>
</div>
<div class="col-md-4">
<p>Focused Real Estate Sectors</p>
<span>{{ $infrastructureFund->focused_real_estate_sectors ?? '--' }}</span>
</div>
</div>
<div class="tables row">
<div class="col-md-4">
@@ -324,10 +332,7 @@
<p>Other expenses</p>
<span>{{ $infrastructureFund->other_expenses ?? '--' }}</span>
</div>
<div class="col-md-4">
<p>ISIN code</p>
<span>{{ $infrastructureFund->isin_code ?? '--' }}</span>
</div>
</div>
</div>
</div>

View File

@@ -108,7 +108,7 @@
<div class="parimay-card mt-4 mb-4">
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="{{route('long-only-equity-funds-product')}}">
<div class="card-logo bg-white">
<div class="card-logo ">
<img src="{{imagePath('public/assets/media/FrontendImages/bay.png')}}">
</div>
<div class="blur-md">

View File

@@ -179,7 +179,7 @@
<div class="parimay-card mt-4 mb-4">
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="#">
<div class="card-logo bg-white">
<div class="card-logo ">
<img src="{{imagePath('public/assets/media/FrontendImages/caryle-group.png')}}">
</div>
<div class="blur-md">

View File

@@ -9,7 +9,7 @@
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a
href="{{ auth()->guard('users')->check() == true ? route('alternative-investment-fund.angel-fund-product', $data->alternative_investment_fund->slug) : route('login') }}" data-route="{{route('alternative-investment-fund.angel-fund-product', $data->alternative_investment_fund->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo">
<img
src="{{ $data->alternative_investment_fund->companies == null ? imagePath('public/assets/media/FrontendImages/menu-logo.png') : $data->alternative_investment_fund->companies->company_logo }}">
</div>

View File

@@ -7,7 +7,7 @@
@foreach($giceData as $data)
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="{{ auth()->guard('users')->check() == true ? route('gre.product',$data->real_estate->slug) : route('login') }}" data-route="{{route('gre.product',$data->real_estate->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo">
{{-- <img src="{{imagePath('public/assets/media/FrontendImages/menu-logo.png')}}"> --}}
<img src="{{ $data->real_estate->companies != null ? $data->real_estate->companies->company_logo : imagePath('public/assets/media/FrontendImages/menu-logo.png')}}">
</div>

View File

@@ -8,7 +8,7 @@
{{-- @foreach ($getfData->exchanges as $data) --}}
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="{{ auth()->guard('users')->check() == true ? route('exchange-traded-funds.product', $getfData->exchanges->slug) : route('login') }}" data-route="{{route('exchange-traded-funds.product', $getfData->exchanges->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
<img
src="{{imagePath('public/assets/media/FrontendImages/menu-logo.png')}}">
</div>

View File

@@ -9,7 +9,7 @@
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="{{ auth()->guard('users')->check() == true ? route('gre.product', $data->real_estate->slug) : route('login') }}"
data-route="{{ route('gre.product', $data->real_estate->slug) }}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
{{-- <img src="{{ imagePath('public/assets/media/FrontendImages/menu-logo.png') }}"> --}}
<img src="{{ $data->real_estate->companies != null ? $data->real_estate->companies->company_logo : imagePath('public/assets/media/FrontendImages/menu-logo.png')}}">
</div>

View File

@@ -12,7 +12,7 @@
<a href="{{ auth()->guard('users')->check() == true ? route('global-private-credit-fund-product', $data->funds->slug) : route('login') }}"
data-route="{{ route('alternative-investment-fund.private-credit-fund-product', $data->funds->slug) }}"
class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo">
{{-- <img src="{{ $data->funds->companies == null ? imagePath('public/assets/media/FrontendImages/menu-logo.png') : $data->funds->companies->company_logo }}"> --}}
<img src="{{ $data->funds->companies != null ? $data->funds->companies->company_logo : imagePath('public/assets/media/FrontendImages/menu-logo.png')}}">

View File

@@ -6,7 +6,7 @@
@foreach ($gpefAllData as $gireData)
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="{{ auth()->guard('users')->check() == true ? route('private-equity-funds.product',$gireData->funds->slug) : route('login') }}" data-route="{{route('private-equity-funds.product',$gireData->funds->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
{{-- <img src="{{imagePath('public/assets/media/FrontendImages/menu-logo.png')}}"> --}}
<img src="{{ $gireData->funds->companies != null ? $gireData->funds->companies->company_logo : imagePath('public/assets/media/FrontendImages/menu-logo.png')}}">

View File

@@ -9,7 +9,7 @@
@foreach ($reitsAllData as $gireData)
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="{{ auth()->guard('users')->check() == true ? route('reits.product',$gireData->exchanges->slug) : route('login') }}" data-route="{{route('reits.product',$gireData->exchanges->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
<img
src="{{imagePath('public/assets/media/FrontendImages/menu-logo.png')}}">
</div>

View File

@@ -7,7 +7,7 @@
@foreach($grreData as $data)
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="{{ auth()->guard('users')->check() == true ? route('gre.product',$data->real_estate->slug) : route('login') }}" data-route="{{route('gre.product',$data->real_estate->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
{{-- <img src="{{imagePath('public/assets/media/FrontendImages/menu-logo.png')}}"> --}}
<img src="{{ $data->real_estate->companies != null ? $data->real_estate->companies->company_logo : imagePath('public/assets/media/FrontendImages/menu-logo.png')}}">
</div>

View File

@@ -15,7 +15,7 @@
data-route="{{ route('venture-capital-funds.product', $gireData->funds->slug) }}"
class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
{{-- <img src="{{ imagePath('public/assets/media/FrontendImages/menu-logo.png') }}"> --}}
{{-- @dd($gireData->funds->companies->company_logo); --}}

View File

@@ -8,7 +8,7 @@
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a
href="{{ auth()->guard('users')->check() == true ? route('alternative-investment-fund.hedge-fund-product', $data->alternative_investment_fund->slug) : route('login') }}" data-route="{{route('alternative-investment-fund.hedge-fund-product', $data->alternative_investment_fund->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
<img
src="{{ $data->alternative_investment_fund->companies == null ? imagePath('public/assets/media/FrontendImages/menu-logo.png') : $data->alternative_investment_fund->companies->company_logo }}">
</div>

View File

@@ -7,7 +7,7 @@
@foreach($icreAllData as $data)
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="{{ auth()->guard('users')->check() == true ? route('ire.product',$data->realEstate->slug) : route('login') }}" data-route="{{route('ire.product',$data->realEstate->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
{{-- <img src="{{imagePath('public/assets/media/FrontendImages/menu-logo.png')}}"> --}}
<img src="{{ $data->realEstate->companies != null ? $data->realEstate->companies->company_logo : imagePath('public/assets/media/FrontendImages/menu-logo.png')}}">
</div>

View File

@@ -6,7 +6,7 @@
@foreach($iireAllData as $ffdaData)
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="{{ auth()->guard('users')->check() == true ? route('ire.product',$ffdaData->realEstate->slug) : route('login') }}" data-route="{{route('ire.product',$ffdaData->realEstate->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
{{-- <img src="{{imagePath('public/assets/media/FrontendImages/menu-logo.png')}}"> --}}
<img src="{{ $ffdaData->realEstate->companies != null ? $ffdaData->realEstate->companies->company_logo : imagePath('public/assets/media/FrontendImages/menu-logo.png')}}">
</div>

View File

@@ -7,7 +7,7 @@
@foreach($irreAllData as $ffdaData)
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="{{ auth()->guard('users')->check() == true ? route('ire.product',$ffdaData->realEstate->slug) : route('login') }}" data-route="{{route('ire.product',$ffdaData->realEstate->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
{{-- @if($loop->iteration == 2)
@dd($ffdaData->realEstate->compaines)
@endif --}}

View File

@@ -7,7 +7,7 @@
@foreach($ifData as $data)
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="{{ auth()->guard('users')->check() == true ? route('alternative-investment-fund.infrastructure-fund-product',$data->alternative_investment_fund->slug) : route('login') }}" data-route="{{route('alternative-investment-fund.infrastructure-fund-product',$data->alternative_investment_fund->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
<img src="{{$data->alternative_investment_fund->companies == null ? imagePath('public/assets/media/FrontendImages/menu-logo.png') : $data->alternative_investment_fund->companies->company_logo}}">
</div>
<div class="blur-md">

View File

@@ -11,7 +11,7 @@
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a
href="{{ auth()->guard('users')->check() == true ? route('alternative-investment-fund.long-only-equity-fund-product', $data->alternative_investment_fund->slug) : route('login') }}" data-route="{{route('alternative-investment-fund.long-only-equity-fund-product', $data->alternative_investment_fund->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
<img
src="{{ $data->alternative_investment_fund->companies == null ? imagePath('public/assets/media/FrontendImages/menu-logo.png') : $data->alternative_investment_fund->companies->company_logo }}">
</div>

View File

@@ -7,7 +7,7 @@
@foreach($pipeData as $data)
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="{{ auth()->guard('users')->check() == true ? route('alternative-investment-fund.private-investment-public-equity-product',$data->alternative_investment_fund->slug) : route('login') }}" data-route="{{route('alternative-investment-fund.private-investment-public-equity-product',$data->alternative_investment_fund->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
<img src="{{$data->alternative_investment_fund->companies == null ? imagePath('public/assets/media/FrontendImages/menu-logo.png') : $data->alternative_investment_fund->companies->company_logo}}">
</div>
<div class="blur-md">

View File

@@ -11,7 +11,7 @@
<a href="{{ auth()->guard('users')->check() == true ? route('alternative-investment-fund.private-credit-fund-product', $data->alternative_investment_fund->slug) : route('login') }}"
data-route="{{ route('alternative-investment-fund.private-credit-fund-product', $data->alternative_investment_fund->slug) }}"
class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
<img
src="{{ $data->alternative_investment_fund->companies == null ? imagePath('public/assets/media/FrontendImages/menu-logo.png') : $data->alternative_investment_fund->companies->company_logo }}">
</div>

View File

@@ -8,7 +8,7 @@
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a
href="{{ auth()->guard('users')->check() == true ? route('alternative-investment-fund.private-equity-fund-product', $data->alternative_investment_fund->slug) : route('login') }}" data-route="{{route('alternative-investment-fund.private-equity-fund-product', $data->alternative_investment_fund->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
<img
src="{{ $data->alternative_investment_fund->companies == null ? imagePath('public/assets/media/FrontendImages/menu-logo.png') : $data->alternative_investment_fund->companies->company_logo }}">
</div>

View File

@@ -9,7 +9,7 @@
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a
href="{{ auth()->guard('users')->check() == true ? route('alternative-investment-fund.private-real-estate-fund-product', $data->alternative_investment_fund->slug) : route('login') }}" data-route="{{route('alternative-investment-fund.private-real-estate-fund-product', $data->alternative_investment_fund->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
<img
src="{{imagePath('public/assets/media/FrontendImages/menu-logo.png')}}">
</div>

View File

@@ -7,7 +7,7 @@
@foreach($vcfData as $data)
<div class="assets-card aos-init aos-animate" data-aos="fade-up">
<a href="{{ auth()->guard('users')->check() == true ? route('alternative-investment-fund.venture-capital-fund-product',$data->alternative_investment_fund->slug) : route('login') }}" data-route="{{route('alternative-investment-fund.venture-capital-fund-product',$data->alternative_investment_fund->slug)}}" class="redirect_to_page">
<div class="card-logo bg-white">
<div class="card-logo ">
<img src="{{$data->alternative_investment_fund->companies == null ? imagePath('public/assets/media/FrontendImages/menu-logo.png') : $data->alternative_investment_fund->companies->company_logo}}">
</div>
<div class="blur-md">