diff --git a/resources/views/auth/passwords/reset.blade.php b/resources/views/auth/passwords/reset.blade.php index 5685719da..0e529d3f5 100644 --- a/resources/views/auth/passwords/reset.blade.php +++ b/resources/views/auth/passwords/reset.blade.php @@ -40,7 +40,10 @@
- +
@@ -49,7 +52,9 @@
- +
{!! $errors->first('password_confirmation', '') !!} diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index 77d7c3252..021897922 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -18,7 +18,7 @@
-

404 Page not found.

+

404 Page not found.

Sad panda. We could not find the page you were looking for. You should maybe return to the dashboard. diff --git a/resources/views/hardware/checkout.blade.php b/resources/views/hardware/checkout.blade.php index 27d27b45d..a067a5a11 100755 --- a/resources/views/hardware/checkout.blade.php +++ b/resources/views/hardware/checkout.blade.php @@ -109,8 +109,8 @@ - + +

{!! $errors->first('checkout_at', '') !!}
diff --git a/resources/views/hardware/quickscan.blade.php b/resources/views/hardware/quickscan.blade.php index 4b6f8e2d7..867eeaa2b 100644 --- a/resources/views/hardware/quickscan.blade.php +++ b/resources/views/hardware/quickscan.blade.php @@ -52,14 +52,8 @@ {{ trans('admin/hardware/form.asset_location') }} - - - - + - - -
@@ -86,16 +80,14 @@
- - - - - @@ -119,7 +111,8 @@ - {{ trans('admin/hardware/form.processing_spinner') }} + + {{ trans('admin/hardware/form.processing_spinner') }} diff --git a/resources/views/hardware/view.blade.php b/resources/views/hardware/view.blade.php index 3703a861d..d4f1aa642 100755 --- a/resources/views/hardware/view.blade.php +++ b/resources/views/hardware/view.blade.php @@ -44,7 +44,7 @@
  • diff --git a/resources/views/models/view.blade.php b/resources/views/models/view.blade.php index 302d90867..829df0e9a 100755 --- a/resources/views/models/view.blade.php +++ b/resources/views/models/view.blade.php @@ -268,7 +268,7 @@ @if ($model->manufacturer->support_url)
  • - {{ $model->manufacturer->support_url }} + {{ $model->manufacturer->support_url }}
  • @endif