middleware('auth'); } public function view(Netmail $o) { return view('netmail.view') ->with('o',$o); } }