From 08e4ea384e9dfbb59ad90c84731caa4ce3250c84 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Tue, 14 Nov 2023 12:23:46 -0800 Subject: [PATCH] Update additional partials for validation --- resources/views/partials/forms/edit/quantity.blade.php | 2 +- resources/views/partials/forms/edit/status-select.blade.php | 2 +- resources/views/partials/forms/edit/status.blade.php | 2 +- resources/views/settings/branding.blade.php | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/views/partials/forms/edit/quantity.blade.php b/resources/views/partials/forms/edit/quantity.blade.php index 1e8296903f..f8a421adcd 100644 --- a/resources/views/partials/forms/edit/quantity.blade.php +++ b/resources/views/partials/forms/edit/quantity.blade.php @@ -4,7 +4,7 @@
- +
{!! $errors->first('qty', '') !!}
diff --git a/resources/views/partials/forms/edit/status-select.blade.php b/resources/views/partials/forms/edit/status-select.blade.php index c55f36e455..bd3c8dec2c 100644 --- a/resources/views/partials/forms/edit/status-select.blade.php +++ b/resources/views/partials/forms/edit/status-select.blade.php @@ -4,7 +4,7 @@ {{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }}
- @if ($status_id = old($fieldname, (isset($item)) ? $item->{$fieldname} : ''))