@extends('templates.reporte_uno_pdf') @section('content')
Fecha Inicio: {{ $fecha_inicio }} Fecha Fin: {{ $fecha_fin }} Rango: {{ $rango }} Tipo Valor: {{ $tipo_valor }}
@foreach($charts_images_src as $chart_image_src) @endforeach


@endsection