@extends('mainlayout.layout') @section('title') @endsection @push('css') @endpush @section('content')

Property Pricing For {{$property->name}}

@if(!empty($pricing))
@foreach($pricing as $index => $p) @endforeach
# LandUse Full Installment
{{++$index}} {{App\Models\LandUse::find($p->landuseid)->use_en}} TZS {{number_format($p->full, 0,'.',',')}} TZS {{number_format($p->installment, 0,'.',',')}} {{$p->created_at}} edit
@endif
@csrf
@endsection @push('scripts') @endpush