@extends('layouts.user.dashb4') @section('content')
{!! Form::open(['action' => 'Blacklist\BlacklistController@RemoveFromBlacklist', 'method' => 'POST']) !!}
{{ Form::label('name', 'Entity Name') }} {{ Form::text('name', '', ['class' => 'form-control', 'placeholder' => 'CCP Antiquarian']) }}
{{ Form::label('notes', 'Notes') }} {{ Form::textarea('notes', '', ['class' => 'form-control']) }}
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }} {!! Form::close() !!}
@endsection