@include('includes.head')
@include('includes.header')

FAMEWS data

@if (session('status')) @endif
@csrf

@foreach ($data as $famewsreport) @endforeach
Date Region Main Crop Crop Stage Crop Health FAW Prevalence (%) Action
{{substr($famewsreport->date,0,10)}} {{$famewsreport->region}} {{$famewsreport->cropMain}} {{$famewsreport->cropStage}} {{$famewsreport->cropHealth}} {{number_format((float)($famewsreport->prevalence_calculated) * 100,2, '.', '')}} Details