updated all forms for new namespace standard

This commit is contained in:
2019-05-05 23:14:45 -05:00
parent 8ea21821ab
commit d5ddc3ec0d
15 changed files with 21 additions and 21 deletions

View File

@@ -12,7 +12,7 @@
Add Tax Ratio for Structure
</div>
<div class="card-body">
{!! Form::open(['action' => 'StructureAdminController@storeTaxRatio', 'method' => 'POST']) !!}
{!! Form::open(['action' => 'Structures\StructureAdminController@storeTaxRatio', 'method' => 'POST']) !!}
<div class="form-group">
{{ Form::label('corpId', 'Corporation ID:') }}
{{ Form::text('corpId', '', ['class' => 'form-control']) }}
@@ -38,7 +38,7 @@
Update Tax Ratio for Structure
</div>
<div class="card-body">
{!! Form::open(['action' => 'StructureAdminController@updateTaxRatio', 'method' => 'POST']) !!}
{!! Form::open(['action' => 'Structures\StructureAdminController@updateTaxRatio', 'method' => 'POST']) !!}
<div class="form-group">
{{ Form::label('corporation', 'Corporation Name') }}
{{ Form::text('corporation', '', ['class' => 'form-control']) }}