civilStatus = CodeCivilStatus::where('is_active',1) ->where('code','!=','0') ->get(); return $this->civilStatus; } }