diff --git a/app/View/Components/Button.php b/app/View/Components/Button.php
index 6e5f083b9..a9134ec72 100644
--- a/app/View/Components/Button.php
+++ b/app/View/Components/Button.php
@@ -37,7 +37,7 @@ class Button extends Component
*/
public function render()
{
- return view('components.button');
+ return view('components.button.index');
}
protected function getOverride($override)
diff --git a/resources/views/auth/forgot/create.blade.php b/resources/views/auth/forgot/create.blade.php
index 81b457120..ced46325e 100644
--- a/resources/views/auth/forgot/create.blade.php
+++ b/resources/views/auth/forgot/create.blade.php
@@ -41,8 +41,9 @@
override="class"
data-loading-text="{{ trans('general.loading') }}"
>
-
- {{ trans('general.send') }}
+
+ {{ trans('general.send') }}
+
diff --git a/resources/views/auth/login/create.blade.php b/resources/views/auth/login/create.blade.php
index ccaf72d3f..7b0eb2802 100644
--- a/resources/views/auth/login/create.blade.php
+++ b/resources/views/auth/login/create.blade.php
@@ -68,12 +68,10 @@
::disabled="form.loading"
class="relative flex items-center justify-center bg-green hover:bg-green-700 text-white px-6 py-1.5 text-base rounded-lg disabled:bg-green-100 sm:col-span-6"
override="class"
- data-loading-text="{{ trans('general.loading') }}"
>
-
-
+
{{ trans('auth.login') }}
-
+
diff --git a/resources/views/auth/reset/create.blade.php b/resources/views/auth/reset/create.blade.php
index f8f32091e..c48fefa93 100644
--- a/resources/views/auth/reset/create.blade.php
+++ b/resources/views/auth/reset/create.blade.php
@@ -58,8 +58,9 @@
override="class"
data-loading-text="{{ trans('general.loading') }}"
>
-
- {{ trans('auth.reset') }}
+
+ {{ trans('auth.reset') }}
+
diff --git a/resources/views/banking/reconciliations/create.blade.php b/resources/views/banking/reconciliations/create.blade.php
index 36b00756a..2438d2659 100644
--- a/resources/views/banking/reconciliations/create.blade.php
+++ b/resources/views/banking/reconciliations/create.blade.php
@@ -264,8 +264,9 @@
class="flex items-center justify-center bg-transparent hover:bg-gray-200 px-3 py-1.5 text-base rounded-lg disabled:opacity-50"
override="class"
>
-
- {{ trans('reconciliations.save_draft') }}
+
+ {{ trans('reconciliations.save_draft') }}
+
@@ -278,13 +279,9 @@
@click="onReconcileSubmit"
data-loading-text="{{ trans('general.loading') }}"
>
-
-
-
- {{ trans('reconciliations.reconcile') }}
+
+ {{ trans('reconciliations.reconcile') }}
+
@@ -297,12 +294,9 @@
@click="onReconcileSubmit"
data-loading-text="{{ trans('general.loading') }}"
>
-
-
- {{ trans('reconciliations.reconcile') }}
+
+ {{ trans('reconciliations.reconcile') }}
+
diff --git a/resources/views/banking/reconciliations/edit.blade.php b/resources/views/banking/reconciliations/edit.blade.php
index 3324ded68..152eb75e1 100644
--- a/resources/views/banking/reconciliations/edit.blade.php
+++ b/resources/views/banking/reconciliations/edit.blade.php
@@ -203,9 +203,11 @@
class="relative flex items-center justify-center bg-transparent hover:bg-gray-200 px-3 py-1.5 text-base rounded-lg disabled:opacity-50"
override="class"
>
-
- {{ trans('general.save') }}
+
+ {{ trans('general.save') }}
+
+
-
-
-
- {{ trans('reconciliations.reconcile') }}
+
+ {{ trans('reconciliations.reconcile') }}
+
+
-
-
-
- {{ trans('reconciliations.reconcile') }}
+
+ {{ trans('reconciliations.reconcile') }}
+
diff --git a/resources/views/banking/transfers/show.blade.php b/resources/views/banking/transfers/show.blade.php
index dceea98e5..8a2563d89 100644
--- a/resources/views/banking/transfers/show.blade.php
+++ b/resources/views/banking/transfers/show.blade.php
@@ -40,9 +40,10 @@
{{ trans('general.cancel') }}
-
diff --git a/resources/views/components/layouts/modules/show/reviews.blade.php b/resources/views/components/layouts/modules/show/reviews.blade.php
index 79eac6ca5..352e3310b 100644
--- a/resources/views/components/layouts/modules/show/reviews.blade.php
+++ b/resources/views/components/layouts/modules/show/reviews.blade.php
@@ -19,12 +19,11 @@
id="review-load-more"
:disabled="loadMoreLoading"
@click="onModuleLoadMore('reviews')"
- class="w-48 bg-green m-auto block whitespace-nowrap px-4 py-2 border border-transparent rounded-md shadow-sm text-base font-medium text-white text-center js-learn-more js-button-modal-submit hover:bg-green-700 disabled:bg-green-300"
+ class="relative w-48 bg-green m-auto block whitespace-nowrap px-4 py-2 border border-transparent rounded-md shadow-sm text-base font-medium text-white text-center js-learn-more js-button-modal-submit hover:bg-green-700 disabled:bg-green-300"
>
-
-
+
{{ trans('modules.see_more') }}
-
+
diff --git a/resources/views/components/modules/items.blade.php b/resources/views/components/modules/items.blade.php
index 94f07fbbb..47b82f5bb 100644
--- a/resources/views/components/modules/items.blade.php
+++ b/resources/views/components/modules/items.blade.php
@@ -30,14 +30,16 @@
@if ($seeMore)
-
-
-
+
{{ trans('modules.see_more') }}
-
+