Skip to content

Instantly share code, notes, and snippets.

View invaders-xx's full-sized avatar

David Vincent invaders-xx

View GitHub Profile
@invaders-xx
invaders-xx / TableDashboard
Created August 8, 2022 09:49
Custom page with action form
<?php
namespace Modules\Traceability\Filament\Resources\ProcessResource\Pages;
use Filament\Forms;
use Filament\Pages\Actions\Action;
use Modules\Traceability\Entities\Company\Process;
use Modules\Traceability\Filament\Page;
class TableDashboard extends Page