moon rental form

This commit is contained in:
2021-07-10 21:21:49 -05:00
parent 8bd44c10b8
commit daa72ff60c
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
</div>
<div class="form-group">
{{ Form::label('entity_type', 'Select Character or Corporation') }}
{{ Form::select('entity_type', ['Character', 'Corporation'], ['class' => 'form-control']) }}
{{ Form::select('entity_type', ['Character', 'Corporation'], 'Character', ['class' => 'form-control']) }}
</div>
<div class="form-group">
{{ Form::label('entity_name', 'Enter Name for Rental') }}