|
@@ -6,7 +6,7 @@
|
|
|
<input type="hidden" name="noteUid" value="{{$note->uid}}">
|
|
|
<div class="mb-2">
|
|
|
<label for="" class="text-secondary text-sm">Effective Date</label>
|
|
|
- <input type="date" name="effectiveDate" class="form-control form-control-sm" value="{{date('Y-m-d')}}" required>
|
|
|
+ <input type="date" name="effectiveDate" class="form-control form-control-sm" value="{{$note->effective_dateest ? $note->effective_dateest : date('Y-m-d')}}" required>
|
|
|
</div>
|
|
|
<div class="mb-2">
|
|
|
@if($noteRates && count($noteRates))
|