Layout Base

This commit is contained in:
2025-01-07 07:09:25 -03:00
parent 6ec3344c17
commit 07b62a07a0
29 changed files with 623 additions and 2516 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace App\Livewire\Reportes;
use Livewire\Component;
class Index extends Component
{
public function render()
{
return view('livewire.reportes.index');
}
}