input('id'); $entry = Entry::findOrFail($id); return redirect()->route('entries.show', ['section' => $entry->type, 'entry' => $entry])->with('success', "Your report has been sent."); } }