show403(); } $id = request()->input('id') + 0; if (isset($id)) { Forumpost::deleteParent($id); header('/forum'); }