From a5cd90689d332200270911b8ac38ba8439ff8fea Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 16 Oct 2025 18:01:05 +0530 Subject: [PATCH] Added file of ocr capture --- .../filament/pages/webcam-capture.blade.php | 80 +++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 resources/views/filament/pages/webcam-capture.blade.php diff --git a/resources/views/filament/pages/webcam-capture.blade.php b/resources/views/filament/pages/webcam-capture.blade.php new file mode 100644 index 0000000..3e89047 --- /dev/null +++ b/resources/views/filament/pages/webcam-capture.blade.php @@ -0,0 +1,80 @@ + +
+ {{-- Render the Select form fields --}} + {{--
+ {{ $this->form($this->form) }} +
--}} + +
+ {{ $this->form }} +
+ +
+ + + + +
+ 📸 Capture + ⬆️ Upload +
+ + + + + + {{-- Render the chart widget below the form --}} + {{--
+ @livewire(\App\Filament\Widgets\InvoiceChart::class) +
--}} +
+