Initial commit for new repo
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 1m4s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 1m4s
This commit is contained in:
27
resources/views/filament/pages/webcam-capture.blade.php
Normal file
27
resources/views/filament/pages/webcam-capture.blade.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<x-filament-panels::page>
|
||||
|
||||
{{-- <div class="space-y-4">
|
||||
{{ $this->form($this->form) }}
|
||||
</div> --}}
|
||||
|
||||
{{-- <div class="space-y-4">
|
||||
{{ $this->form }} --}}
|
||||
{{-- </div> --}}
|
||||
|
||||
{{-- Render the chart widget below the form --}}
|
||||
{{-- <div class="mt-6">
|
||||
@livewire(\App\Filament\Widgets\InvoiceChart::class)
|
||||
</div> --}}
|
||||
{{-- </div> --}}
|
||||
<div class="space-y-4">
|
||||
{{-- Render the Select form fields --}}
|
||||
<div class="space-y-4">
|
||||
{{ $this->filtersForm($this->form) }}
|
||||
</div>
|
||||
|
||||
{{-- Render the chart widget below the form --}}
|
||||
{{-- <div class="mt-6">
|
||||
@livewire(\App\Filament\Widgets\InvoiceChart::class)
|
||||
</div> --}}
|
||||
</div>
|
||||
</x-filament-panels::page>
|
||||
Reference in New Issue
Block a user