updatemoon blade change
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
{{ Form::label('removal', 'Remove Renter') }}
|
{{ Form::label('removal', 'Remove Renter') }}
|
||||||
{{ Form::checkbox('removal', true, false, ['class' => 'form-control']) }}
|
{{ Form::checkbox('removal', true, false) }}
|
||||||
</div>
|
</div>
|
||||||
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
|
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
|
|||||||
Reference in New Issue
Block a user