moon rental form
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
{!! Form::open(['action' => 'MiningTaxes\MiningTaxesController@storeMoonRentalForm']) !!}
|
{!! Form::open(['action' => 'MiningTaxes\MiningTaxesController@storeMoonRentalForm']) !!}
|
||||||
{{ Form::hideen('moon_id', $moon->moon_id) }}
|
{{ Form::hidden('moon_id', $moon->moon_id) }}
|
||||||
{{ Form::hidden('moon_name', $moon->moon_name) }}
|
{{ Form::hidden('moon_name', $moon->moon_name) }}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
{{ Form::label('rental_start', 'Day of Rental Start') }}
|
{{ Form::label('rental_start', 'Day of Rental Start') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user