@if(isset($filters) && count($filters)>0)
@if (strlen($errors)>0 )
@endif
{{$reporteData['nombre']}}
@endif
@if(isset($graphs) && count($graphs)>0)
@foreach($graphs as $graph)
{!! $graph->html(); !!}
@endforeach
@endif
@if(isset($hideFilters) && $hideFilters && strlen(url()->previous())>0)
@endif
@endsection
@section('vendor-script')
@endsection
@section('page-script')
@if(isset($graphs))
@foreach($graphs as $graph)
{!! $graph->script(); !!}
@endforeach
@endif
@if(isset($filters))
@endif
@endsection