diff --git a/app/Filament/Resources/AlertMailRuleResource.php b/app/Filament/Resources/AlertMailRuleResource.php index f17d37f..09e3ed8 100644 --- a/app/Filament/Resources/AlertMailRuleResource.php +++ b/app/Filament/Resources/AlertMailRuleResource.php @@ -60,7 +60,8 @@ class AlertMailRuleResource extends Resource 'InvoiceTransit' => 'InvoiceTransit', 'ImportTransit' => 'ImportTransit', 'VehicleReport' => 'VehicleReport', - 'ExportDispatchReport' => 'ExportDispatchReport' + 'ExportDispatchReport' => 'ExportDispatchReport', + 'LaserStopReport' => 'LaserStopReport' ]), Forms\Components\Select::make('rule_name') ->label('Rule Name') @@ -74,7 +75,8 @@ class AlertMailRuleResource extends Resource 'InvoiceTransitMail' => 'Invoice Transit Mail', 'ImportTransitMail' => 'Import Transit Mail', 'VehicleReportMail' => 'Vehicle Report Mail', - 'ExportDispatchReportMail' => 'Export Dispatch Report Mail' + 'ExportDispatchReportMail' => 'Export Dispatch Report Mail', + 'LaserStopMail' => 'Laser Stop Mail' ]) ->required(), Forms\Components\TextInput::make('email')