@extends('layouts.app') @section('title', 'New Crop Plan') @section('content')

New Crop Plan

Tell us what, where, and when — we'll assess feasibility, forecast yield, and check the market.

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- STEP 1: Crop --}}
🍌
Banana
{{-- More crops can be added here later --}}
🌾
Rice
Soon
🌽
Maize
Soon
🥜
Groundnut
Soon
{{-- STEP 2: Variety --}}

Choose your location first to see varieties available there

{{-- Location selectors --}}
{{-- Varieties grid --}}
{{-- STEP 3: Planting Time + Name --}} {{-- Submit --}}
@endsection