blacklist update to add removal notes

This commit is contained in:
2020-08-30 07:52:11 -05:00
parent a242bffb28
commit 0e6109c09a
5 changed files with 66 additions and 4 deletions

View File

@@ -6,6 +6,10 @@
{{ Form::label('name', 'Entity Name') }}
{{ Form::text('name', '', ['class' => 'form-control', 'placeholder' => 'CCP Antiquarian']) }}
</div>
<div class="form-group">
{{ Form::label('notes', 'Notes') }}
{{ Form::textarea('notes', '', ['class' => 'form-control']) }}
</div>
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
{!! Form::close() !!}
</div>