Skip to content

Instantly share code, notes, and snippets.

@zxstudio-llc
zxstudio-llc / PageTemplates_Faq.php
Created February 19, 2025 08:23 — forked from pxlrbt/PageTemplates_Faq.php
Filament Template
<?php
namespace App\Filament\PageTemplates;
use Filament\Forms\Components\Repeater;
use Filament\Forms\Components\RichEditor;
use Filament\Forms\Components\TextInput;
final class Faq
{