diff --git a/resources/views/partials/forms/edit/asset-select.blade.php b/resources/views/partials/forms/edit/asset-select.blade.php index 18f5e657f..94d93aeaf 100644 --- a/resources/views/partials/forms/edit/asset-select.blade.php +++ b/resources/views/partials/forms/edit/asset-select.blade.php @@ -1,8 +1,13 @@ -
+
{{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }}
{!! $errors->first($fieldname, '
:message
') !!} diff --git a/resources/views/partials/forms/edit/location-select.blade.php b/resources/views/partials/forms/edit/location-select.blade.php index cf4b9eb22..9db56355f 100644 --- a/resources/views/partials/forms/edit/location-select.blade.php +++ b/resources/views/partials/forms/edit/location-select.blade.php @@ -1,17 +1,21 @@ -
+
+ {{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }} -
-
@can('create', \App\Models\Location::class) - New + New @endcan
{!! $errors->first($fieldname, '
:message
') !!}
+ + +