-
-
-
-
diff --git a/resources/views/components/boarding-step.blade.php b/resources/views/components/boarding-step.blade.php
index 9314727bd..a8d47da37 100644
--- a/resources/views/components/boarding-step.blade.php
+++ b/resources/views/components/boarding-step.blade.php
@@ -1,25 +1,25 @@
-
{{$title}}
+
{{ $title }}
@isset($question)
-
- {{$question}}
-
+
+ {{ $question }}
+
@endisset
- @if($actions)
-
- {{$actions}}
-
+ @if ($actions)
+
+ {{ $actions }}
+
@endif
@isset($explanation)
-
-
Explanation
-
- {{$explanation}}
+
+
Explanation
+
+ {{ $explanation }}
+
-
@endisset
diff --git a/resources/views/components/emails/layout.blade.php b/resources/views/components/emails/layout.blade.php
index b9ecb355b..fe04a8a59 100644
--- a/resources/views/components/emails/layout.blade.php
+++ b/resources/views/components/emails/layout.blade.php
@@ -1,6 +1,3 @@
{{ Illuminate\Mail\Markdown::parse($slot) }}
-
-
-
diff --git a/resources/views/components/forms/checkbox.blade.php b/resources/views/components/forms/checkbox.blade.php
index 6041eb793..8cff88f48 100644
--- a/resources/views/components/forms/checkbox.blade.php
+++ b/resources/views/components/forms/checkbox.blade.php
@@ -12,6 +12,6 @@
merge(['class' => $defaultClass]) }}
@if ($instantSave) wire:loading.attr="disabled" wire:click='{{ $instantSave === 'instantSave' || $instantSave == '1' ? 'instantSave' : $instantSave }}'
- wire:model.defer={{ $id }} @else wire:model.defer={{ $value ?? $id }} @endif />
+ wire:model={{ $id }} @else wire:model={{ $value ?? $id }} @endif />
diff --git a/resources/views/components/forms/input.blade.php b/resources/views/components/forms/input.blade.php
index 8b4c5cde4..4e9fffef5 100644
--- a/resources/views/components/forms/input.blade.php
+++ b/resources/views/components/forms/input.blade.php
@@ -23,16 +23,15 @@
@endif