testing new functions

This commit is contained in:
2021-06-03 00:16:39 +09:00
parent 8f6be2c87e
commit 5fcca05d2b

View File

@@ -21,7 +21,7 @@
{{ Form::label('structure', 'Mining Structure') }} {{ Form::label('structure', 'Mining Structure') }}
{{ Form::select('structure', $structures, 'None', ['class' => 'form-control']) }} {{ Form::select('structure', $structures, 'None', ['class' => 'form-control']) }}
</div> </div>
{{ Submit::submit('Submit', ['class' => 'btn btn-primary']) }} {{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
{!! Form::close() !!} {!! Form::close() !!}
</div> </div>
</div> </div>