diff --git a/resources/views/partials/forms/edit/kit-select.blade.php b/resources/views/partials/forms/edit/kit-select.blade.php index d8c6ba1013..cd1801f163 100644 --- a/resources/views/partials/forms/edit/kit-select.blade.php +++ b/resources/views/partials/forms/edit/kit-select.blade.php @@ -1,6 +1,6 @@
- {{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }} +
diff --git a/resources/views/partials/forms/edit/location-profile-select.blade.php b/resources/views/partials/forms/edit/location-profile-select.blade.php index 14dc4793a5..f3db9ad9b7 100644 --- a/resources/views/partials/forms/edit/location-profile-select.blade.php +++ b/resources/views/partials/forms/edit/location-profile-select.blade.php @@ -1,7 +1,7 @@
- {{ Form::label('location_id', $translated_name, array('class' => 'col-md-3 control-label')) }} +
@isset($selected) diff --git a/resources/views/partials/forms/edit/manufacturer-select.blade.php b/resources/views/partials/forms/edit/manufacturer-select.blade.php index c8cafddf81..44e831fd51 100644 --- a/resources/views/partials/forms/edit/manufacturer-select.blade.php +++ b/resources/views/partials/forms/edit/manufacturer-select.blade.php @@ -1,7 +1,7 @@
- {{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }} +
diff --git a/resources/views/partials/forms/edit/phone.blade.php b/resources/views/partials/forms/edit/phone.blade.php index 1a9d407a15..b44480f16d 100644 --- a/resources/views/partials/forms/edit/phone.blade.php +++ b/resources/views/partials/forms/edit/phone.blade.php @@ -1,5 +1,5 @@
- {{ Form::label('phone', trans('admin/suppliers/table.phone'), array('class' => 'col-md-3 control-label')) }} +
{{Form::text('phone', old('phone', $item->phone), array('class' => 'form-control', 'aria-label'=>'phone', 'maxlength'=>'191')) }} {!! $errors->first('phone', '') !!} diff --git a/resources/views/partials/forms/edit/status-select.blade.php b/resources/views/partials/forms/edit/status-select.blade.php index ae4a4f2d13..bd1fb50140 100644 --- a/resources/views/partials/forms/edit/status-select.blade.php +++ b/resources/views/partials/forms/edit/status-select.blade.php @@ -1,7 +1,7 @@
- {{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }} +