moon rental form
This commit is contained in:
@@ -63,7 +63,7 @@ class MiningTaxesController extends Controller
|
|||||||
])->get();
|
])->get();
|
||||||
|
|
||||||
return view('miningtax.user.display.moonrentals.form')->with('moon', $moon)
|
return view('miningtax.user.display.moonrentals.form')->with('moon', $moon)
|
||||||
->with('ores', $ores);
|
->with('ores', $ores);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<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_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">
|
||||||
|
|||||||
Reference in New Issue
Block a user