Added capture photo logic in livewire
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Waiting to run
Laravel Larastan / larastan (pull_request) Waiting to run
Laravel Pint / pint (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Waiting to run
Laravel Larastan / larastan (pull_request) Waiting to run
Laravel Pint / pint (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
This commit is contained in:
10
resources/views/components/webcam-field.blade.php
Normal file
10
resources/views/components/webcam-field.blade.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<div>
|
||||
<x-filament::section>
|
||||
<x-slot name="heading">
|
||||
Visitor Photo
|
||||
</x-slot>
|
||||
|
||||
<livewire:webcam-capture />
|
||||
|
||||
</x-filament::section>
|
||||
</div>
|
||||
Reference in New Issue
Block a user