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

{{mb_strtoupper($titulo)}}

@yield('grafico')
@yield('tabla')
@endsection @section('after_wrapper') @endsection @section('js_after') @yield('js_aft') @endsection