@extends('layouts.reporte') @section('php') @php $cliente = config('app.CLIENTE'); $salida = json_encode([]); $periodo = json_encode([]); if($div_reportes != null) { $div = '
'; }else $div = ''; $display_grafico = $display_tabla = ''; $true = 'true'; @endphp @endsection @section('div_reportes') @php echo $div; @endphp @endsection @if(count($selectores_grafico)>0) @section('grafico') @endsection @endif @if(count($selectores_tabla)>0) @section('tabla') @endsection @endif @section('js_aft') @endsection