@extends('layouts.app') @section('title', 'Farmer Dashboard - AgroSmart Pro') @section('content')
{{ auth()->user()->district ?? 'Bangladesh' }} • {{ auth()->user()->phone ?? 'No phone' }}
Active Crops
{{ $stats['active_crops'] }}
out of {{ $stats['total_crops'] }} total
Disease Scans
{{ $stats['total_scans'] }}
{{ $stats['disease_detected'] }} detected
Product Checks
{{ $stats['total_checks'] }}
{{ $stats['fake_products'] }} suspicious
Alerts
{{ $stats['unread_alerts'] }}
unread notifications
Upload crop image for AI analysis
Verify product authenticity
Connect with officers
@if($stats['pending_chats'] > 0) {{ $stats['pending_chats'] }} @endif{{ $crop->crop_name_bn }} • {{ $crop->land_size_decimal }} শতক
৳{{ $crop->investment_cost ?? '0' }}
No crops added yet
@endforelse{{ $alert->message }}
{{ $alert->created_at->diffForHumans() }}
No alerts
@endforelseLoading...