moon rental form
This commit is contained in:
@@ -90,7 +90,7 @@ class MiningTaxesController extends Controller
|
|||||||
} else if($request->entity_type == 'Alliance') {
|
} else if($request->entity_type == 'Alliance') {
|
||||||
$entityId = $lookup->AllianceNameToId();
|
$entityId = $lookup->AllianceNameToId();
|
||||||
} else {
|
} else {
|
||||||
return redirect('error', 'Moon Rental error. Please contact the site admin.');
|
return redirect('/dashboard')->with('error', 'Moon Rental error. Please contact the site admin.');
|
||||||
}
|
}
|
||||||
|
|
||||||
dd($entityId);
|
dd($entityId);
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
{{ Form::label('entity_type', 'Select Character or Corporation') }}
|
{{ 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>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
{{ Form::label('entity_name', 'Enter Name for Rental') }}
|
{{ Form::label('entity_name', 'Enter Name for Rental') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user