all()); } public function show(Internship $internship) { return view('web.pages.internships.show', compact('internship')); } }