Merge branch 'next' into fix/service-update-required-params

This commit is contained in:
Yanluis Fermin
2025-08-04 08:39:35 -04:00
26 changed files with 115 additions and 50 deletions

View File

@@ -1,13 +1,13 @@
<?php
namespace App\View\Components\services;
namespace App\View\Components\Services;
use App\Models\Service;
use Closure;
use Illuminate\Contracts\View\View;
use Illuminate\View\Component;
class advanced extends Component
class Advanced extends Component
{
/**
* Create a new component instance.