@csrf

Nova Leitura - {{ $estacao->nome }}

{{ ucfirst($estacao->tipo) }} • {{ $estacao->codigo }}

@if($estacao->tipo == 'hidrometrica')

Leituras Hidrométricas

@if($estacao->trabalhaComCotas())
@endif
6:00h
@if($estacao->recebeCotasManualmente())

Inserir cota diretamente

@else @if($estacao->trabalhaComCotas())

Cota calculada automaticamente

@endif @endif
12:00h
@if($estacao->recebeCotasManualmente())

Inserir cota diretamente

@else @if($estacao->trabalhaComCotas())

Cota calculada automaticamente

@endif @endif
18:00h
@if($estacao->recebeCotasManualmente())

Inserir cota diretamente

@else @if($estacao->trabalhaComCotas())

Cota calculada automaticamente

@endif @endif
@if($estacao->trabalhaComCotas() && !$estacao->recebeCotasManualmente())
Resumo das Cotas
Fórmula: @switch($estacao->formula_cota_tipo) @case('simples') Cota = Nível + {{ $estacao->cota_referencia ?? '0' }} @break @case('linear') Cota = ({{ $estacao->formula_cota_a ?? '1' }} × Nível) + {{ $estacao->formula_cota_b ?? '0' }} @break @case('completa') Cota = ({{ $estacao->formula_cota_a ?? '0' }} × Nível²) + ({{ $estacao->formula_cota_b ?? '1' }} × Nível) + {{ $estacao->formula_cota_c ?? '0' }} @break @case('personalizada') {{ $estacao->formula_personalizada ?? 'Fórmula personalizada' }} @break @default Cota = Nível + Referência @endswitch
Cota Média: -
@endif
@endif @if(in_array($estacao->tipo, ['pluviometrica', 'meteorologica', 'climatologica']))

Dados Pluviométricos

@if(in_array($estacao->tipo, ['meteorologica', 'climatologica']))
@endif
@endif
Ver todas as leituras