public function insertPhone() { $input = \Request::all(); Phones::create($input); return \Redirect::action('Admin\\SettingsController@phones'); }