@extends('layouts.backend')
@section('css_after')
@yield('css_aft')
@php
if ($cliente == 'mondelezmx'){
$titulo .= ' - versiĆ³n BETA';
}
@endphp
@endsection
@section('content')
@if(count($selectores_grafico)>0)
@yield('div_reportes')
@yield('php')