@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 Emitidos

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