{{-- UI de filtros de métricas --}} @section('styles') @parent @endsection @section('scripts') @parent @endsection
 Filtrar Casos
{!! Form::select('when', $when, $filters['when'] ?? 1, ['class' => 'form-control','id'=>'fieldWhen']) !!}
{!! Form::select('where', $where, $filters['where'] ?? 'All', ['class' => 'form-control','id'=>'fieldWhere']) !!}