@extends('layouts.master') @section('title') Inicio @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Inicio @endslot @slot('li_2') Panel Caja @endslot @slot('title') Reporte de Ingresos @endslot @endcomponent
{{-- Aquí se cargarán los resultados vía AJAX --}}
@endsection @section('script') @endsection