@extends('portal.layout') @section('title', 'Upload PT Survey / Plot Map') @section('content')

Upload Your Plot Survey

Our AI will read your PT survey, 7/12 extract, or site plan and automatically extract plot area, dimensions, and land use details.

@if($errors->any())
@endif @if($report)
This survey will be linked to your feasibility report — {{ $report->address }}
@endif
@csrf @if($report) @endif {{-- File drop zone --}}
Drop your survey document here
JPG, PNG, PDF, TIFF • Max 20 MB
{{-- Supported document types --}}
@foreach([ ['7/12 Extract','Satbara Utara (Maharashtra)','#10b981'], ['Property Card','Mumbai/Urban land records','#3b82f6'], ['PT Survey','Property Title survey map','#8b5cf6'], ['Site Plan','Architect/civil sketch','#f59e0b'], ['Cadastral Map','Village map screenshot','#ec4899'], ] as [$type, $desc, $color])
{{ $type }}
{{ $desc }}
@endforeach
{{-- AI info box --}}
What GPT-4o extracts
✓ Plot area (auto-converts units)
✓ Survey / CTS number
✓ Dimensions (L × W)
✓ Road frontage
✓ Village / Taluka / District
✓ Land use classification
✓ Ownership type
✓ Boundary details

Your document is processed securely and never shared. Skip → enter area manually

@endsection