@extends('layouts.front.login-site') @section('content')
Add More
@foreach ($compareList as $item)
Price: {{ $item->payment->initial_denomination }} {{ $item->payment->initial_pay }}

{{ $item->property->title }}
{{ $item->property->area }}

View
@endforeach
Property ID
Price
Payment Method
Status
Region
Neighborhood
Date Posted
Documentation
Essential Verification
@foreach ($compareList as $item)
{{ $item->property->property_code }}
{{ $item->payment->initial_denomination }} {{ $item->payment->initial_pay }}
{{ $item->payment->sequence }}
For {{ $item->property->status }}
{{ $item->property->area }}
{{ $item->property->localty }}
{{ Carbon\Carbon::parse($item->property->created_at)->format('d/m/Y') }}
100% Complete
Verified
@endforeach {{--
EP5467
# 1,925,000
6 Months
For Rent
Ikeja Lagos
Underbridge
3/11/2023
70% Complete
Not Verified
--}}
@endsection