view update

This commit is contained in:
2020-02-26 21:10:24 -06:00
parent 2981262277
commit 01f2049399
@@ -25,7 +25,7 @@
<td>
{{ Form::hidden('id', $req->id) }}
{{ Form::hidden('system', $req->system) }}
{{ Form::hideen('planet', $req->planet) }}
{{ Form::hidden('planet', $req->planet) }}
{{ Form::hidden('moon', $req->moon) }}
{{ Form::select('status', [
'Approved' => 'Approved',