mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
<x-date-input>
|
<x-date-input>
|
||||||
<x-slot name="title">Owned since</x-slot>
|
<x-slot name="title">Owned since</x-slot>
|
||||||
<x-slot name="name">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>
|
</x-date-input>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 col-md-4 mb-3">
|
<div class="col-12 col-md-4 mb-3">
|
||||||
|
|
Loading…
Add table
Reference in a new issue