testing new functions
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user