@extends('layouts.app') @section('pageTitle', 'Properties') @section('content')

Properties - Pending Document Verification

@foreach($properties as $property) @endforeach
Property Name Street Area/HDB Estate District
{{ $property->property_name }} {{ $property->street }} {{ $property->area_hdb_estate }} {{ $property->district }} $property->id]) }}" class="btn btn-sm btn-success"> Take Action
@endsection