|
|
Lambarka Mulkiyadda:
|
{{$property->parcel_id }} |
Taariikhda Diiwaangalinta:
|
{{ date('d-m-Y', strtotime($transaction->created_at))}} |
Degmada: {{$property->district}}
|
Xaafadda: {{$property->sub_division}}
|
Cabbirka Dhulka: {{$property->size}} M
|
Magaca Mulkiilaha
@if($propertyOwnershipApplication)
@if($transaction->buyer->customer_type != "Personal")
{{$transaction->buyer->business_name}}
@else
@foreach($propertyOwnershipApplication as $buyer)
{{ $buyer->customer->full_name }}
@if ($buyer->customer->id == $transaction->buyer_id) [P] @endif
@endforeach
@endif
@endif
|
|