@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 | More Property @endsection @section('content')

Properties

@if(count($properties->data)==0)

No Results Found

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

{{$project->name}}

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