@php $getStreaming=getStreaming(); $getNotifications=getNotifications(); $ClientList=ClientList(); $getSupport=getSupport(); $getNotificationsCleaning= getNotificationsCleaning(); $get_companies=getCompanies(); @endphp @extends('voyager::master') @section("css") @endsection @section('content')
@include('voyager::alerts') @include('voyager::dimmers')

Tablero Informativo
{{-- Descargar Ventas excel --}}

@php $current_date = date("Y-m-d"); $date_plus_one_less = date("Y-m-d", strtotime($current_date . "-1 days")); $date_plus_two_days = date("Y-m-d", strtotime($current_date . "+2 days")); $the_company_id=1; @endphp
{{-- --}}


@include("voyager::components.servicios")
@if (Auth::user()->role_id==3||Auth::user()->role_id==1) @include("voyager::components.por-cobrar") @endif
@include("voyager::components.por-notificar-hoy")
@include("voyager::components.por-solicitudes")
@include("voyager::components.cantidad-vendidas")
@include("voyager::components.notificaciones")
@include("voyager::components.limpiarLiberar")
{{--
@include("voyager::components.renovar-inventario")
--}}
@include("voyager::components.solicitudes")
@include("voyager::modals._copy-streaming") @include("voyager::modals._service-client") @stop @section('javascript') @stop