blacklist
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@extends('layouts.b4')
|
@extends('layouts.b4')
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{!! Form::open(['action' => 'Corps\BlacklistController@RemoveFromBlacklist', 'method' => 'POST']) !!}
|
{!! Form::open(['action' => 'Blacklist\BlacklistController@RemoveFromBlacklist', 'method' => 'POST']) !!}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
{{ Form::label('name', 'Character Name') }}
|
{{ Form::label('name', 'Character Name') }}
|
||||||
{{ Form::text('name', '', ['class' => 'form-control', 'placeholder' => 'CCP Antiquarian']) }}
|
{{ Form::text('name', '', ['class' => 'form-control', 'placeholder' => 'CCP Antiquarian']) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user