with('code', $code)->with('message', $msg); } else { echo View::make('errors.e')->with('code', $code)->with('message', $msg); } exit; } } }