Enhance Group and Document resources; add leader and helper teacher relationships, update navigation icons, and adjust navigation sorting.
This commit is contained in:
16
app/Filament/Resources/Teachers/Schemas/TeacherForm.php
Normal file
16
app/Filament/Resources/Teachers/Schemas/TeacherForm.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Filament\Resources\Teachers\Schemas;
|
||||
|
||||
use Filament\Schemas\Schema;
|
||||
|
||||
class TeacherForm
|
||||
{
|
||||
public static function configure(Schema $schema): Schema
|
||||
{
|
||||
return $schema
|
||||
->components([
|
||||
//
|
||||
]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user