diff --git a/resources/views/modules/tiles/index.blade.php b/resources/views/modules/tiles/index.blade.php index df580c9ca..685c89d85 100644 --- a/resources/views/modules/tiles/index.blade.php +++ b/resources/views/modules/tiles/index.blade.php @@ -24,13 +24,13 @@
@if ($modules->current_page > 1) - {{ trans('pagination.previous') }} + {!! trans('pagination.previous') !!} @endif
@if ($modules->current_page < $modules->last_page) - {{ trans('pagination.next') }} + {!! trans('pagination.next') !!} @endif
diff --git a/resources/views/portal/invoices/signed.blade.php b/resources/views/portal/invoices/signed.blade.php index 9adff9c64..3157e1429 100644 --- a/resources/views/portal/invoices/signed.blade.php +++ b/resources/views/portal/invoices/signed.blade.php @@ -239,7 +239,7 @@ -
+
@@ -249,7 +249,7 @@ @push('footer_start') - @endpush diff --git a/resources/views/wizard/finish/index.blade.php b/resources/views/wizard/finish/index.blade.php index 6589a1feb..f2db08d1e 100644 --- a/resources/views/wizard/finish/index.blade.php +++ b/resources/views/wizard/finish/index.blade.php @@ -70,7 +70,7 @@