Add select component, and start of switch to use @pa instead of @js/@css

This commit is contained in:
2024-12-04 13:54:10 +11:00
parent 1c35f71a4b
commit c69cbe8746
8 changed files with 115 additions and 38 deletions

View File

@@ -5,6 +5,7 @@ namespace App\Providers;
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\ServiceProvider;
// @deprecated - now using pa()
class CustomBladeServiceProvider extends ServiceProvider
{
/**