@extends('Admin.AdminMaster') @section('content')

Profit Reports Of Plots/Search By Date

@csrf
Start Date *
End Date *

{{$Tsl=0}} {{$Inp=0}}
@foreach ($profit as $item) @if ($item->PropertyName=='Plot') @else @endif
{{$Tsl += $item->PayedPrice}}
{{$Inp += $item->BuyingPrice}}
@endforeach
Property Name: Plot Number: Block Number: Plot Size: City Name: District Name: Area/Street Name: Buying Price: Selling Price:
{{ $item->PropertyName }} {{ $item->PlotNo }} {{ $item->BlockNo }}{{ $item->Size }} Sq.M{{ $item->Size }}{{ $item->CityName}} {{ $item->StateName }} {{ $item->AreaName }} 0 0
Buying Price: Tsh. 0
Selling Price: Tsh. 0
Profit/Income: Tsh. 0
@endsection