Updated misc create default date for owned since
Updated misc create default date for owned since
This commit is contained in:
parent
c079e72104
commit
5670441c4b
|
@ -49,7 +49,7 @@
|
|||
<x-date-input>
|
||||
<x-slot name="title">Owned since</x-slot>
|
||||
<x-slot name="name">owned_since</x-slot>
|
||||
<x-slot name="value">{{Carbon\Carbon::now()->addDays(30)->format('Y-m-d') }}</x-slot>
|
||||
<x-slot name="value">{{Carbon\Carbon::now()->format('Y-m-d') }}</x-slot>
|
||||
</x-date-input>
|
||||
</div>
|
||||
<div class="col-12 col-md-4 mb-3">
|
||||
|
|
Loading…
Reference in New Issue
Block a user