testing new functions

This commit is contained in:
2021-06-03 00:15:49 +09:00
parent ac0ca03845
commit 8749ce8848

View File

@@ -15,7 +15,7 @@
</div>
<div class="form-group col-md-6">
{{ Form::label('date', 'Date') }}
{{ Form::date('date', \Carbon\Carbon::now(), ['class' => 'form-control'] }}
{{ Form::date('date', \Carbon\Carbon::now(), ['class' => 'form-control']) }}
</div>
<div class="form-group col-md-6">
{{ Form::label('structure', 'Mining Structure') }}