diff --git a/app/Filament/Pages/WebcamCapture.php b/app/Filament/Pages/WebcamCapture.php index ff171af..6ad155e 100644 --- a/app/Filament/Pages/WebcamCapture.php +++ b/app/Filament/Pages/WebcamCapture.php @@ -35,6 +35,8 @@ class WebcamCapture extends Page implements HasForms use HasFiltersForm; protected static ?string $navigationIcon = 'heroicon-o-document-text'; + protected static ?string $navigationGroup = 'OCR Validations'; + protected static string $view = 'filament.pages.webcam-capture'; public $photo;