From 77a6f6f40064ab19c88576febf4916a96af16595 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 17 Jul 2019 12:15:15 -0700 Subject: [PATCH] Cap warranty months to 3 on the frontend blade --- resources/views/partials/forms/edit/warranty.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/partials/forms/edit/warranty.blade.php b/resources/views/partials/forms/edit/warranty.blade.php index 2a9be8a043..96f122a7f8 100644 --- a/resources/views/partials/forms/edit/warranty.blade.php +++ b/resources/views/partials/forms/edit/warranty.blade.php @@ -3,11 +3,11 @@
- + {{ trans('admin/hardware/form.months') }}
{!! $errors->first('warranty_months', ' :message') !!}
- \ No newline at end of file +