@php $usuario = Auth::user()->usuario; use Illuminate\Support\Facades\DB; // dd(DB::table('carga_log_archivos')->select(DB::raw('sum(n_nuevos_locales) as locales'), DB::raw('sum(n_nuevos_productos) as productos'))->where('fecha' ,'=',DB::raw('CURRENT_DATE'))->toSql()); $nuevos = DB::table('carga_log_archivos')->select(DB::raw('sum(n_nuevos_locales) as locales'), DB::raw('sum(n_nuevos_productos) as productos'))->where('fecha' ,'=',DB::raw('(SELECT max(fecha) from carga_log_archivos)'))->get(); $filtrosLazy = (isset($filtrosLazy)) ? json_encode($filtrosLazy) : json_encode([]); @endphp Bambú - Retail Management @if (!preg_match('/Firefox/i',$_SERVER['HTTP_USER_AGENT'])) @endif @yield('css_after') @stack('stylesheet')
@yield('content')
Limpiar Selección
{{-- Variables que reutilizan en cada vista --}} @yield('after_wrapper') @yield('js_after') @stack('javascript')