astric and na

This commit is contained in:
Shailesh-1981
2024-06-13 19:04:07 +05:30
parent 647008aee8
commit f7d4584486
2 changed files with 13 additions and 13 deletions

View File

@@ -1127,14 +1127,14 @@
<div class="col-md-6 mt-4">
<label class="fs-6 fw-semibold form-label mt-3">
<span class="required">Presentation</span>
<span >Presentation</span>
</label>
<input type="file" class="form-control form-control-solid" name="presentation" />
</div>
<div class="col-md-6 mt-4">
<label class="fs-6 fw-semibold form-label mt-3">
<span class="required">Fact Sheet</span>
<span class="">Fact Sheet</span>
</label>
<input type="file" class="form-control form-control-solid" name="fact_sheet" />
</div>

View File

@@ -95,7 +95,7 @@
<div class="table-invest">
<div class="container">
{{-- @dd($productData); --}}
@if ($product && $product->product_images)
@if ($product && $product->product_images->toArray() != null)
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
@@ -311,24 +311,24 @@
<div class="col-md-6" >
<p>Focused Funds</p>
<span>{{ $productData->focused_funds ?? '-' }}</span>
<span>{{ $productData->focused_funds ?? 'N/A' }}</span>
</div>
<div class="col-md-6" >
<p>Valuation Per Sector</p>
<span>{{ $productData->valuation_per_sector ?? '-'}}</span>
<span>{{ $productData->valuation_per_sector ?? 'N/A'}}</span>
</div>
</div>
<div class="tables row">
<div class="col-md-6">
<p>Return On Investment</p>
<span>{{ $productData->return_on_investment ?? '-' }}</span>
<span>{{ $productData->return_on_investment ?? 'N/A' }}</span>
</div>
<div class="col-md-6" >
<p>Rera Complied Property</p>
<span>{{ $productData->rera_complied_property ?? '-' }}</span>
<span>{{ $productData->rera_complied_property ?? 'N/A' }}</span>
</div>
</div>
</div>
@@ -338,7 +338,7 @@
<div class="tables">
<div>
<p>Management Fees and Carry - Set Up fee - Management Fee - Performace fee</p>
<span>{{ $angelFund->management_fees_and_carry ?? '-' }}</span>
<span>{{ $angelFund->management_fees_and_carry ?? 'N/A' }}</span>
</div>
</div>
</div>
@@ -348,11 +348,11 @@
<div class="tables row">
<div class="col-md-6">
<p>Hurdle rate</p>
<span>{{ $angelFund->hurdle_rate ?? '-' }}</span>
<span>{{ $angelFund->hurdle_rate ?? 'N/A' }}</span>
</div>
<div class="col-md-6">
<p>Other expenses</p>
<span>{{ $angelFund->other_expenses ?? '-' }}</span>
<span>{{ $angelFund->other_expenses ?? 'N/A' }}</span>
</div>
{{-- @dd($angelFund); --}}
</div>
@@ -363,11 +363,11 @@
<div class="tables row">
<div class="col-md-6">
<p>Focused Sectors (Industries in which they are investing)</p>
<span>{{ $angelFund->focused_sectors_industries ?? '-' }}</span>
<span>{{ $angelFund->focused_sectors_industries ?? 'N/A' }}</span>
</div>
<div class="col-md-6">
<p>Minimum Investment</p>
<span>{{ $angelFund->minimum_investment ?? '-' }}</span>
<span>{{ $angelFund->minimum_investment ?? 'N/A' }}</span>
</div>
</div>
</div>
@@ -377,7 +377,7 @@
<div class="tables row">
<div class="col-md-6">
<p>Focused Real Estate Sectors</p>
<span>{{ $angelFund->focused_real_estate_sectors ?? '-' }}</span>
<span>{{ $angelFund->focused_real_estate_sectors ?? 'N/A' }}</span>
</div>
<div class="col-md-6">
<p>Trading Strategy Used</p>