@extends('admin.layouts.app') @section('title', 'Market Intelligence') @section('breadcrumb') AI Intelligence / Market Intelligence @endsection @section('content')
@include('admin.ai._tabs') {{-- Header --}}

Market Intelligence

Trend analysis and AI-powered market insights

{{-- Stats --}}
{{ number_format($stats['total_reports'] ?? 0) }}
Total Reports
{{ $stats['avg_score'] ?? 0 }}%
Avg Score
@foreach(($stats['by_project_type'] ?? []) as $type => $count)
{{ $count }}
{{ ucfirst($type) }}
@endforeach
{{-- Top Zones --}} @if(count($stats['top_zones'] ?? []) > 0)

Top Zones by Report Count

@foreach($stats['top_zones'] as $zone) @endforeach
Zone Type Reports Avg Score
{{ $zone->zone?->name ?? 'Unknown' }} {{ $zone->zone?->zone_type ?? '-' }} {{ $zone->count }} {{ round($zone->avg_score ?? 0, 1) }}%
@endif {{-- AI Analysis --}}

AI Market Analysis

Click "Run AI Analysis" to get AI-powered market insights.

{{-- Summary --}}
Market Summary

{{-- High Potential Areas --}} {{-- Insights --}} {{-- Recommendations --}}
@endsection @push('scripts') @endpush