@extends('layouts.app') @section('title', 'Dashboard') @section('content')
Here's where your crop plans stand today.
No crop plans yet. Create one to get started.
Create your first plan| Plan | Crop | Location | Month | Status | |
|---|---|---|---|---|---|
| {{ $plan->name }} | {{ $plan->crop }} | {{ $plan->location }} | {{ date('M', mktime(0,0,0,$plan->planting_month,1)) }} | @if($plan->latest_feasibility_label === 'suitable') Suitable @elseif($plan->latest_feasibility_label === 'risky') Risky @elseif($plan->latest_feasibility_label === 'not_suitable') Not Suitable @else Not analyzed @endif | View |