@php use GuzzleHttp\Client; $baseurl = env('API_URL'); $sort_no = Config::get('app.sort_no'); $end_no = Config::get('app.end_no'); @endphp @extends('mainlayout') @section('title') Miliki | Search {{$area}} @endsection @section('content')

{{$area}} {{ __('messages.properties') }}

@if(count($properties)==0)

No Results Found

@elseif(count($properties)>0))
@foreach($properties as $project)
@php $images = $project->propertyimage; @endphp @if(count($images)>0) @else(count($images)==0) {{$project->name}} Image @endif
By {{$project->propertyowner->name}}

{{$project->name}}

  • {{$project->rate}}
  • From TZS {{number_format($project->total_minimum_fullprice)}}
  • {{number_format($project->remaining_plots)}} Plots
@endforeach
@endif
Start Financing Your Property Read Terms & Conditions
@endsection