added remove renter functionality to update moon
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
{{ Form::label('paid', 'Yes') }}
|
||||
{{ Form::radio('paid', 'Yes') }}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
{{ Form::label('removal', 'Remove Renter') }}
|
||||
{{ Form::checkbox('removal', true, false, ['class' => 'form-control']) }}
|
||||
</div>
|
||||
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
|
||||
{!! Form::close() !!}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user