@extends('layouts.app', [ 'namePage' => 'Table List', 'class' => 'sidebar-mini', 'activePage' => 'table', ]) @section('content')

@if($tabla === 'e-1b' || $tabla === 'e-2' || $tabla === 'e-4' || $tabla === 'e-5') @endif @if($tabla === 'mh-6' || $tabla === 'mh-11' || $tabla === 'mh-16') @endif @if($tabla === 'suez') @endif @if($tabla === 'cienaga' || $tabla === 'mirador' || $tabla === 'thy3' || $tabla === 'gaviotas') @endif

Nuevo dato cada 1 minuto

Rangos
Parámetros
@foreach($opciones_graficos as $item_opcion)
@endforeach
@foreach($opciones_graficos as $item_opcion) @if(count($item_opcion['normas']) == 0) @else
Norma(s) @if(count($item_opcion['normas']) == 1)
{!! $item_opcion['normas'][0]['nombre'] !!}
@else @foreach($item_opcion['normas'] as $item_normas)
@endforeach @endif
@endif @endforeach
@endsection