| Current Path : /home/webg5288/www/laravel_kendal/vendor/filament/forms/stubs/ |
| Current File : /home/webg5288/www/laravel_kendal/vendor/filament/forms/stubs/LayoutComponent.stub |
<?php
namespace {{ namespace }};
use Filament\Forms\Components\Component;
class {{ class }} extends Component
{
protected string $view = '{{ view }}';
public static function make(): static
{
return app(static::class);
}
}