blacklist

This commit is contained in:
2019-12-01 02:55:48 -06:00
parent 6b3df0e5bd
commit d16e028276

View File

@@ -1,7 +1,7 @@
@extends('layouts.b4')
@section('content')
<div class="container">
{!! Form::open(['action' => 'Corps\BlacklistController@RemoveFromBlacklist', 'method' => 'POST']) !!}
{!! Form::open(['action' => 'Blacklist\BlacklistController@RemoveFromBlacklist', 'method' => 'POST']) !!}
<div class="form-group">
{{ Form::label('name', 'Character Name') }}
{{ Form::text('name', '', ['class' => 'form-control', 'placeholder' => 'CCP Antiquarian']) }}