@extends('layouts.app') @section('content')

PACIENTES

CON DATOS COMPLETOS

EDAD

Cantidad de pacientes según edad
{{$cant}} Pacientes

{!! $edadChart->container() !!}

DISTRIBUCIÓN

Cantidad de pacientes por localidad
{{$cant}} Pacientes

{!! $localidadChart->container() !!}

FUENTE

Origen del dato
{{$cant}} Pacientes

{!! $fuenteChart->container() !!}

MOTIVOS DEL CONTACTO

Razón por la que se realiza el seguimiento
{{$cant}} Pacientes

{!! $motivoChart->container() !!}
@endsection @section('script') {!! $edadChart->script() !!} {!! $localidadChart->script() !!} {!! $motivoChart->script() !!} {!! $fuenteChart->script() !!} @endsection