Merge pull request #304 from Ritikeshyadav/shaileshfreeu

Shaileshfreeu
This commit is contained in:
Ritikeshyadav
2024-06-14 11:54:25 +05:30
committed by GitHub
11 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -20,7 +20,9 @@
<img src="{{ asset('public/assets/media/FrontendImages/comm-real-state.svg') }}">
<p>{{$data->realEstate->property_name}}</p>
</div>
<div class="middle-sec">
<p class="cate">Category: {{$data->categorys->category_name}}</p>
</div>
<div class="dics">
<h4>Total Price: {{$data->realEstate->total_price}}</h4>
<p>{{Str::limit($data->description,250)}}</p>

View File

@@ -20,7 +20,9 @@
<img src="{{ asset('public/assets/media/FrontendImages/login-img/alternative.svg') }}">
<p>{{$ffdaData->realEstate->property_name}}</p>
</div>
<div class="middle-sec">
<p class="cate">Category: {{$ffdaData->categorys->category_name}}</p>
</div>
<div class="dics">
<h4>Minimum Investment: {{$ffdaData->realEstate->total_price}}</h4>
<p>{{Str::limit($ffdaData->description,250)}}</p>

View File

@@ -22,7 +22,9 @@
<img src="{{ asset('public/assets/media/FrontendImages/resi-real-state.svg') }}">
<p>{{$ffdaData->realEstate->property_name}}</p>
</div>
<div class="middle-sec">
<p class="cate">Category: {{$ffdaData->categorys->category_name}}</p>
</div>
<div class="dics">
<h4>Minimum Investment: {{$ffdaData->realEstate->price_range}}</h4>
<p>{{Str::limit($ffdaData->description,250)}}</p>