@extends('layouts.app') @section('title', 'Leituras Grid - ' . $estacao->nome) @section('content')
{{ $estacao->nome }} ({{ $estacao->codigo }})
| Dia | @if($estacao->tipo == 'hidrometrica')6h | 9h | 12h | 15h | 18h | Media | Max | Min | @endif @if(in_array($estacao->tipo, ['pluviometrica', 'meteorologica', 'climatologica']))Precip. (mm) | @endif
|---|---|---|---|---|---|---|---|---|---|
|
{{ $dia->format('d') }}
{{ $diaSemana }}
@if($isHoje)
HOJE
@endif
|
@if($estacao->tipo == 'hidrometrica')
@php $niveis = array_filter([$leitura?->nivel_6h, $leitura?->nivel_9h, $leitura?->nivel_12h, $leitura?->nivel_15h, $leitura?->nivel_18h]); $minNivel = count($niveis) > 0 ? min($niveis) : null; @endphp | @endif @if(in_array($estacao->tipo, ['pluviometrica', 'meteorologica', 'climatologica']))@endif |