@extends('layouts.app') {{-- @section('styles') @endsection --}} @section('scripts') @endsection @section('content') @include('health.actions')
Filtrar estadísticas
Gráfico diario
@if(!empty($estudios)) @else @endif
Gráfico diario por barras
@if(!empty($estudios)) @else @endif
Estudios realizados
@if(!empty($estudios))
@foreach($estudios as $estudio) @endforeach
Estudio Cantidad
{{ $studytypes[$estudio->mods_in_study] }} {{ $estudio->cantidad }}
@else @endif
Reportes médicos realizados
@if(!empty($reportes))
@foreach($reportes as $reporte) @endforeach
Médico Cantidad
{{ $reporte->user->name }} {{ $reporte->cantidad }}
@else @endif
@endsection