Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2022-06-01 10:27:50 -07:00
commit 23a441e7c8

View file

@ -20,6 +20,7 @@
<input class="form-control" type="text" name="months" id="months" value="{{ Request::old('months', $item->months) }}" style="width: 80px;"{!! (\App\Helpers\Helper::checkIfRequired($item, 'months')) ? ' data-validation="required" required' : '' !!} />
{!! $errors->first('months', '<span class="alert-msg" aria-hidden="true"><i class="fa fa-times" aria-hidden="true"></i> :message</span>') !!}
</div>
</div>
</div>
<!-- Depreciation Minimum -->