@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 | Property Owner {{$prop_owner->name}} @endsection @section('content')

{{$prop_owner->name}}

{{$prop_owner->description}}

@foreach($prop_owner->projects 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)}}
  • {{$project->total_plots}} Plots
@endforeach
@endsection