+
+
+
+
{{ __('auth.reset_password') }}
-
-
- @if ($errors->any())
-
- @foreach ($errors->all() as $error)
-
{{ $error }}
- @endforeach
-
- @endif
- @if (session('status'))
-
- {{ session('status') }}
-
- @endif
+
+
+
+ @if ($errors->any())
+
+ @foreach ($errors->all() as $error)
+
{{ $error }}
+ @endforeach
+
+ @endif
+ @if (session('status'))
+
+ {{ session('status') }}
+
+ @endif
+
-
+
diff --git a/resources/views/components/forms/button.blade.php b/resources/views/components/forms/button.blade.php
index 3eafc26c6..a109e84ac 100644
--- a/resources/views/components/forms/button.blade.php
+++ b/resources/views/components/forms/button.blade.php
@@ -5,11 +5,14 @@
@endisset
@isset($confirmAction)
x-on:{{ explode('(', $confirmAction)[0] }}.window="$wire.{{ explode('(', $confirmAction)[0] }}"
- @endisset
- >
+ @endisset>
{{ $slot }}
@if ($attributes->whereStartsWith('wire:click')->first())
-
+
+ @elseif($attributes->whereStartsWith('wire:target')->first())
+
@endif
diff --git a/resources/views/components/forms/textarea.blade.php b/resources/views/components/forms/textarea.blade.php
index e9bc4e8c1..a4b499c9c 100644
--- a/resources/views/components/forms/textarea.blade.php
+++ b/resources/views/components/forms/textarea.blade.php
@@ -1,3 +1,18 @@
+
+
@if ($label)
@else
-