has('id')) { $success = Release::removeVideoIdFromReleases(request()->input('id')); $page->smarty->assign('videoid', request()->input('id')); } $page->smarty->assign('success', $success); $page->title = 'Remove Video and Episode IDs from Releases'; $page->content = $page->smarty->fetch('show-remove.tpl'); $page->render();