From 4834f60a44d7e313d49a4fff0dda06e1b349f58f Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 5 Feb 2025 13:32:06 -0800 Subject: [PATCH] Migrate form label in phone input partial --- resources/views/partials/forms/edit/phone.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', '') !!}