@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

Cheques Recibidos

{{ csrf_field() }}
@include('dashboard.cheques.clientes.table-cheques-recibidos')
@endsection @section('scripts') @endsection