get(); foreach ($notes as $note) { $content = $note->content; } return view('themes.default1.client.guest-user.guest', compact('heading', 'content')); } }