generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
User consent request completed with form builder method
- Loading branch information
1 parent
42dcb58
commit ec25f61
Showing
9 changed files
with
172 additions
and
440 deletions.
There are no files selected for viewing
111 changes: 0 additions & 111 deletions
111
resources/views/infolists/components/consent-accept-form.blade.php
This file was deleted.
Oops, something went wrong.
106 changes: 0 additions & 106 deletions
106
resources/views/infolists/components/consent-option-checkbox.blade.php
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
resources/views/livewire/consent-option-form-builder.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<form wire:submit.prevent="submit"> | ||
{{ $this->form }} | ||
|
||
<div class="mt-3"> | ||
<x-filament::button icon="heroicon-m-sparkles" type="submit"> | ||
Submit Consents | ||
</x-filament::button> | ||
</div> | ||
</form> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.