Merge pull request #168 from Ritikeshyadav/freeuChirag

Freeu chirag
This commit is contained in:
Ritikeshyadav
2024-05-16 12:27:40 +05:30
committed by GitHub
20 changed files with 20 additions and 20 deletions

View File

@@ -304,7 +304,7 @@
</div>
<div class="dics">
<h4>Minimum Investment: {{ $pick->minimum_investment }}</h4>
<p>{{ Str::limit($pick->description,100) }}</p>
<p>{{ Str::limit($pick->description,250) }}</p>
</div>
</a>
</div>

View File

@@ -43,7 +43,7 @@
<div class="dics">
<h4>Minimum Investment: {{ $data->alternative_investment_fund->minimum_investment }}
</h4>
<p>{{ Str::limit($data->description,100) }}</p>
<p>{{ Str::limit($data->description,250) }}</p>
</div>
</a>
</div>

View File

@@ -54,7 +54,7 @@
<div class="dics">
<h4>Minimum Investment: {{ $freData->fractional_real_estate->minimum_investment ?? 'N/A' }}</h4>
{{-- <p>{{ $freData->fractional_real_estate->property_description }}</p> --}}
<p>{{ Str::limit($freData->description,100) }}</p>
<p>{{ Str::limit($freData->description,250) }}</p>
</div>
</a>
</div>

View File

@@ -36,7 +36,7 @@
</div> --}}
<div class="dics">
<h4>Minimum Investment: {{$data->alternative_investment_fund->minimum_investment}}</h4>
<p>{{Str::limit($data->description,100)}}</p>
<p>{{Str::limit($data->description,250)}}</p>
</div>
</a>
</div>

View File

@@ -37,7 +37,7 @@
</div> --}}
<div class="dics">
<h4>Total Price: {{$data->real_estate->total_price}}</h4>
<p>{{Str::limit($data->description,100)}}</p>
<p>{{Str::limit($data->description,250)}}</p>
</div>
</a>
</div>

View File

@@ -37,7 +37,7 @@
</div> --}}
<div class="dics">
<h4>Minimum Investment: {{$ghfData->funds->minimum_investment}}</h4>
<p>{{Str::limit($ghfData->funds->fund_description,100)}}</p>
<p>{{Str::limit($ghfData->funds->fund_description,250)}}</p>
</div>
</a>
</div>

View File

@@ -40,7 +40,7 @@
</div> --}}
<div class="dics">
<h4>Total Price: {{ $gireData->funds->fund_aum }}</h4>
<p>{{ Str::limit($gireData->funds->fund_description,100) }}</p>
<p>{{ Str::limit($gireData->funds->fund_description,250) }}</p>
</div>
</a>
</div>

View File

@@ -38,7 +38,7 @@
<div class="dics">
<h4>Total Price: {{$data->real_estate->total_price}}</h4>
<p>{{$data->real_estate->property_location}}</p>
<p>{{Str::limit($data->description,100)}}</p>
<p>{{Str::limit($data->description,250)}}</p>
</div>
</a>

View File

@@ -70,7 +70,7 @@
<h4>Total Price: {{ $gireData->funds->minimum_investment }}</h4>
<p>{{ Str::limit($gireData->funds->fund_description,200) }}</p>
<p>{{ Str::limit($gireData->funds->fund_description,250) }}</p>
</div>

View File

@@ -42,7 +42,7 @@
<div class="dics">
<h4>Minimum Investment: {{ $data->alternative_investment_fund->minimum_investment }}
</h4>
<p>{{ Str::limit($data->description,100) }}</p>
<p>{{ Str::limit($data->description,250) }}</p>
</div>
</a>
</div>

View File

@@ -34,7 +34,7 @@
</div> --}}
<div class="dics">
<h4>Total Price: {{$data->realEstate->total_price}}</h4>
<p>{{Str::limit($data->description,100)}}</p>
<p>{{Str::limit($data->description,250)}}</p>
</div>
</a>
</div>

View File

@@ -35,7 +35,7 @@
</div> --}}
<div class="dics">
<h4>Minimum Investment: {{$ffdaData->realEstate->total_price}}</h4>
<p>{{Str::limit($ffdaData->realEstate->facilities_features,200)}}</p>
<p>{{Str::limit($ffdaData->realEstate->facilities_features,250)}}</p>
</div>
</a>
</div>

View File

@@ -34,7 +34,7 @@
</div> --}}
<div class="dics">
<h4>Minimum Investment: {{$ffdaData->realEstate->price_range}}</h4>
<p>{{Str::limit($ffdaData->description,100)}}</p>
<p>{{Str::limit($ffdaData->description,250)}}</p>
</div>
</a>
</div>

View File

@@ -37,7 +37,7 @@
</div> --}}
<div class="dics">
<h4>Minimum Investment: {{$data->alternative_investment_fund->minimum_investment}}</h4>
<p>{{Str::limit($data->description,100)}}</p>
<p>{{Str::limit($data->description,250)}}</p>
</div>
</a>
</div>

View File

@@ -45,7 +45,7 @@
<div class="dics">
<h4>Minimum Investment: {{ $data->alternative_investment_fund->minimum_investment }}
</h4>
<p>{{ Str::limit($data->description,100) }}</p>
<p>{{ Str::limit($data->description,250) }}</p>
</div>
</a>
</div>

View File

@@ -36,7 +36,7 @@
</div> --}}
<div class="dics">
<h4>Minimum Investment: {{$data->alternative_investment_fund->minimum_investment}}</h4>
<p>{{Str::limit($data->description,100)}}</p>
<p>{{Str::limit($data->description,250)}}</p>
</div>
</a>
</div>

View File

@@ -48,7 +48,7 @@
<h4>Minimum Investment:
{{ $data->alternative_investment_fund->minimum_investment ?? 'N/A' }}
</h4>
<p>{{ Str::limit($data->description,100) }}</p>
<p>{{ Str::limit($data->description,250) }}</p>
</div>
</a>
</div>

View File

@@ -42,7 +42,7 @@
<div class="dics">
<h4>Minimum Investment: {{ $data->alternative_investment_fund->minimum_investment }}
</h4>
<p>{{ Str::limit($data->description,100) }}</p>
<p>{{ Str::limit($data->description,250) }}</p>
</div>
</a>
</div>

View File

@@ -43,7 +43,7 @@
<div class="dics">
<h4>Minimum Investment: {{ $data->alternative_investment_fund->minimum_investment }}
</h4>
<p>{{ Str::limit($data->description,100) }}</p>
<p>{{ Str::limit($data->description,250) }}</p>
</div>
</a>
</div>

View File

@@ -37,7 +37,7 @@
</div> --}}
<div class="dics">
<h4>Minimum Investment: {{$data->alternative_investment_fund->minimum_investment}}</h4>
<p>{{Str::limit($data->description,100)}}</p>
<p>{{Str::limit($data->description,250)}}</p>
</div>
</a>
</div>