moon rental form

This commit is contained in:
2021-07-10 20:50:38 -05:00
parent 7bc2b82837
commit 2e1f28c8c5
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
@endforeach
</div>
<div class="card-body">
{!! Form::open(['action' => 'MiningTaxes\MiningTaxesController@storeMoonRentalForm']) !!}
{!! Form::open(['action' => 'MiningTaxes\MiningTaxesController@storeMoonRentalForm', 'method' => 'POST']) !!}
{{ Form::hidden('moon_id', $moon->moon_id) }}
{{ Form::hidden('moon_name', $moon->moon_name) }}
<div class="form-group">