File "LayoutComponent.stub"

Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/infolists/stubs/LayoutComponent.stub
File size: 254 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace {{ namespace }};

use Filament\Infolists\Components\Component;

class {{ class }} extends Component
{
    protected string $view = '{{ view }}';

    public static function make(): static
    {
        return app(static::class);
    }
}