diff --git a/resources/views/partials/admin/header.blade.php b/resources/views/partials/admin/header.blade.php index 2d91ec050..24ad9c02b 100644 --- a/resources/views/partials/admin/header.blade.php +++ b/resources/views/partials/admin/header.blade.php @@ -3,8 +3,8 @@
-
-

@yield('title')

+
+

@yield('title')

@yield('dashboard_action')
diff --git a/resources/views/partials/portal/header.blade.php b/resources/views/partials/portal/header.blade.php index 8b66a0302..aed9eb8f6 100644 --- a/resources/views/partials/portal/header.blade.php +++ b/resources/views/partials/portal/header.blade.php @@ -3,8 +3,8 @@
-
-

@yield('title')

+
+

@yield('title')

@yield('dashboard_action')
diff --git a/resources/views/wizard/currencies/index.blade.php b/resources/views/wizard/currencies/index.blade.php index b10f83811..636101199 100644 --- a/resources/views/wizard/currencies/index.blade.php +++ b/resources/views/wizard/currencies/index.blade.php @@ -74,7 +74,7 @@ '@keydown' => 'form.errors.clear($event.target.name)', 'files' => true, 'role' => 'form', - 'class' => 'form-loading-button', + 'class' => 'form-loading-button mb-0', 'novalidate' => true ]) !!}