@extends('layouts.dashboard') @section('dashboard') @php use Carbon\Carbon; $fechaDesde = Carbon::now()->startOfMonth()->format('Y-m-d'); $fechaHasta = Carbon::today()->format('Y-m-d'); @endphp

Reporte de caja

{{ csrf_field() }}
{{--
@include('dashboard.cuentas-por-cobrar.div-resumen-cuentas-por-cobrar')
--}}
{{-- @include('dashboard.cuentas-por-cobrar.table-cuentas-por-cobrar') --}} @include('dashboard.caja.table-reporte-de-caja')
@endsection @section('scripts') @endsection