@extends('layouts.main') @section('main-container') {{-- Page body --}}
@if(session('success'))
{{ session('success') }}
@endif
@forelse ($rainfalls as $index => $rainfall) @php $json = $rainfall->sl_year_rainfall_mm ?? []; $yearsCount = is_array($json) ? count($json) : 0; @endphp @empty @endforelse
# State District Block Years Covered Avg (10 Years) Data Source Action
{{ $index + 1 }} {{ $rainfall->state->name ?? '-' }} {{ $rainfall->district->name ?? '-' }} {{ $rainfall->block->name ?? '-' }} {{ $yearsCount }} yrs {{ $rainfall->average_last_10_years ?? '-' }} {{ $rainfall->data_source ?? '-' }} Add ✏️
@csrf @method('DELETE')
No rainfall data found
@endsection