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