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