@@ -28,7 +28,6 @@ class NoteController extends Controller
public function dashboard(Request $request, Client $patient, $noteUid)
{
-
$note = Note::with(
'client',
'hcpPro',