{!! Form::open(['url' => 'admin/masterlist/transfer/' . $transfer->id]) !!}

This will reject the transfer of {!! $transfer->character->displayName !!} from {!! $transfer->sender->displayName !!} to {!! $transfer->recipient->displayName !!} automatically. The transfer cooldown will not be applied. Are you sure?

{!! Form::label('reason', 'Reason for Rejection (optional)') !!} {!! Form::textarea('reason', '', ['class' => 'form-control']) !!}
{!! Form::submit('Reject', ['class' => 'btn btn-danger', 'name' => 'action']) !!}
{!! Form::close() !!}